update lock & set sops key to pull from /persistent bc linking don't work for that

This commit is contained in:
Lillian Violet 2026-02-22 22:42:57 +01:00
parent c41ba89d10
commit c874e62fda

View file

@ -15,7 +15,7 @@
#../hosts/${config.networking.hostName}/hardware-configuration.nix
];
sops = {
age.keyFile = "var/secrets/keys.txt";
age.keyFile = "/persistent/var/secrets/keys.txt";
secrets."lillian-password".neededForUsers = true;
defaultSopsFile = ../hosts/${config.networking.hostName}/secrets/sops.yaml;