From 94c4044b75ba799658c98949b0d6c144a39d8774 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 13 Jun 2022 23:42:02 +0900 Subject: Let int2k in --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index c7a1d01..53d9cec 100644 --- a/configuration.nix +++ b/configuration.nix @@ -69,6 +69,11 @@ packages = with pkgs; [ stow ]; }; + int2k = { + isNormalUser = true; + openssh.authorizedKeys.keyFiles = [ "/etc/ssh/int2k.pub" ]; + }; + owocean = { isNormalUser = true; openssh.authorizedKeys.keyFiles = [ "/etc/ssh/owocean.pub" ]; -- cgit 1.4.1