From bfa417e9a2790cd506393559207a751201d2159d Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 21 Feb 2023 06:56:27 +0900 Subject: Let another duck in --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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" ]; -- cgit 1.4.1