diff options
-rw-r--r-- | configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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" ]; |