diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-02-21 06:56:27 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-02-21 07:01:00 +0900 |
commit | bfa417e9a2790cd506393559207a751201d2159d (patch) | |
tree | 21f9ef29a9c9e0008c3232695ae6d4bfd517732f | |
parent | a44f6dfe7fe6bac9b98adf7d444294b9571bb702 (diff) | |
download | nixos-conf-bfa417e9a2790cd506393559207a751201d2159d.tar.gz |
Let another duck in
-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" ]; |