diff options
-rw-r--r-- | configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix index febc2a0..d93694f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -86,9 +86,9 @@ packages = with pkgs; [ stow ]; }; - duck = { + epoch = { isNormalUser = true; - openssh.authorizedKeys.keyFiles = [ "/etc/ssh/duck.pub" ]; + openssh.authorizedKeys.keyFiles = [ "/etc/ssh/epoch.pub" ]; }; int2k = { |