feat: update authorized principals

This commit is contained in:
Luj 2024-12-24 15:07:42 +01:00
parent a80bc8f8fd
commit a42363013f
Signed by: luj
GPG key ID: 6FC74C847011FD83
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@
];
shell = pkgs.fish;
hashedPasswordFile = config.age.secrets.julien-password.path;
openssh.authorizedPrincipals = [ "julien" ];
};
nix.settings.allowed-users = [ "julien" ];