mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
added julien to trusted users
This commit is contained in:
parent
66a14cc332
commit
9396e81f55
1 changed files with 3 additions and 0 deletions
|
@ -10,7 +10,10 @@
|
||||||
passwordFile = config.sops.secrets.user-julien-password.path;
|
passwordFile = config.sops.secrets.user-julien-password.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
nix.settings.allowed-users = [ "julien" ];
|
nix.settings.allowed-users = [ "julien" ];
|
||||||
|
nix.settings.trusted-users = [ "julien" ];
|
||||||
|
|
||||||
sops.secrets.ens-mail-passwd = {
|
sops.secrets.ens-mail-passwd = {
|
||||||
owner = "julien";
|
owner = "julien";
|
||||||
path = "/home/julien/.config/ens-mail-passwd";
|
path = "/home/julien/.config/ens-mail-passwd";
|
||||||
|
|
Loading…
Add table
Reference in a new issue