Updated nix for 22.11 (3)

This commit is contained in:
Julien Malka 2023-01-05 17:12:02 +01:00
parent a76c7b2925
commit 3b57581c17
Signed by: Luj
GPG key ID: 6FC74C847011FD83
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
passwordFile = config.sops.secrets.user-julien-password.path;
};
nix.allowedUsers = [ "julien" ];
nix.settings.allowed-users = [ "julien" ];
sops.secrets.ens-mail-passwd = {
owner = "julien";
path = "/home/julien/.config/ens-mail-passwd";

View file

@ -13,5 +13,5 @@
];
};
nix.allowedUsers = [ "status" ];
nix.settings.allowed-users = [ "status" ];
}