mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
Updated nix for 22.11 (3)
This commit is contained in:
parent
a76c7b2925
commit
3b57581c17
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
passwordFile = config.sops.secrets.user-julien-password.path;
|
passwordFile = config.sops.secrets.user-julien-password.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.allowedUsers = [ "julien" ];
|
nix.settings.allowed-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";
|
||||||
|
|
|
@ -13,5 +13,5 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.allowedUsers = [ "status" ];
|
nix.settings.allowed-users = [ "status" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue