media hashed password file

This commit is contained in:
Sam 2024-05-23 15:21:30 +01:00
parent 41f9d12c88
commit c1afa65ffe
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@ in
users.users.media = {
isNormalUser = true;
shell = pkgs.zsh; # default shell
#hashedPasswordFile = sopsHashedPasswordFile;
password = "nixos";
hashedPasswordFile = sopsHashedPasswordFile;
openssh.authorizedKeys.keys = lib.lists.forEach pubKeys (key: builtins.readFile key);
extraGroups =