diff options
-rw-r--r-- | configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 91d8904..a479d41 100644 --- a/configuration.nix +++ b/configuration.nix @@ -93,6 +93,11 @@ in { packages = with pkgs; [ stow ]; }; + owocean = { + isNormalUser = true; + openssh.authorizedKeys.keyFiles = [ "/etc/ssh/owocean.pub" ]; + }; + xarvos = { isNormalUser = true; openssh.authorizedKeys.keyFiles = [ "/etc/ssh/xarvos.pub" ]; |