mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
silence some eval warning
This commit is contained in:
parent
9dd214a956
commit
88005ad291
7 changed files with 24 additions and 20 deletions
|
@ -12,7 +12,7 @@
|
|||
home = "/root";
|
||||
shell = lib.mkForce config.users.defaultUserShell;
|
||||
group = "root";
|
||||
passwordFile = config.sops.secrets.user-root-password.path;
|
||||
hashedPasswordFile = config.sops.secrets.user-root-password.path;
|
||||
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGa+7n7kNzb86pTqaMn554KiPrkHRGeTJ0asY1NjSbpr julien@tower" ];
|
||||
};
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
home = "/home/julien";
|
||||
extraGroups = [ "wheel" config.users.groups.keys.name "filerun" "networkmanager" "davfs2" "adbusers" "audio" ];
|
||||
shell = pkgs.zsh;
|
||||
passwordFile = config.sops.secrets.user-julien-password.path;
|
||||
hashedPasswordFile = config.sops.secrets.user-julien-password.path;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue