fix: Fix sops
This commit is contained in:
parent
1c1d6054b0
commit
70a5b89528
7 changed files with 34 additions and 11 deletions
|
@ -16,14 +16,13 @@
|
|||
../../system/i18n.nix
|
||||
];
|
||||
|
||||
sops.secrets.tera-password.neededForUsers = true;
|
||||
users.mutableUsers = false;
|
||||
|
||||
users.users.tera = {
|
||||
uid = 1000;
|
||||
description = "Tera";
|
||||
home = "/home/tera";
|
||||
hashedPasswordFile = config.sops.secrets.tera-password.path;
|
||||
hashedPasswordFile = config.sops.secrets.tera_password.path;
|
||||
isNormalUser = true;
|
||||
createHome = true;
|
||||
shell = pkgs.bash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue