update lock & set sops key to pull from /persistent bc linking don't work for that
This commit is contained in:
parent
c41ba89d10
commit
c874e62fda
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
#../hosts/${config.networking.hostName}/hardware-configuration.nix
|
#../hosts/${config.networking.hostName}/hardware-configuration.nix
|
||||||
];
|
];
|
||||||
sops = {
|
sops = {
|
||||||
age.keyFile = "var/secrets/keys.txt";
|
age.keyFile = "/persistent/var/secrets/keys.txt";
|
||||||
secrets."lillian-password".neededForUsers = true;
|
secrets."lillian-password".neededForUsers = true;
|
||||||
|
|
||||||
defaultSopsFile = ../hosts/${config.networking.hostName}/secrets/sops.yaml;
|
defaultSopsFile = ../hosts/${config.networking.hostName}/secrets/sops.yaml;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue