diff options
-rw-r--r-- | configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 41106e2..c2167db 100644 --- a/configuration.nix +++ b/configuration.nix @@ -82,6 +82,11 @@ packages = with pkgs; [ stow ]; }; + duck = { + isNormalUser = true; + openssh.authorizedKeys.keyFiles = [ "/etc/ssh/duck.pub" ]; + }; + int2k = { isNormalUser = true; openssh.authorizedKeys.keyFiles = [ "/etc/ssh/int2k.pub" ]; |