diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2023-07-27 01:38:57 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2023-07-27 01:45:24 +0900 |
commit | 8ea30d2c9d9ec9ed62ee5ace8e9f7086bf7ad412 (patch) | |
tree | 7933f8e8d3f6563e56d4240f84790402816e1c0b | |
parent | 57cbadcd429983cc8f1fc4a04be961e876a88167 (diff) | |
download | nixos-conf-8ea30d2c9d9ec9ed62ee5ace8e9f7086bf7ad412.tar.gz |
Rename user duck to epoch
-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 = { |