update nextcloud to 33
This commit is contained in:
parent
e9ec828d27
commit
775652fb31
5 changed files with 51 additions and 48 deletions
|
|
@ -15,7 +15,7 @@
|
|||
#../hosts/${config.networking.hostName}/hardware-configuration.nix
|
||||
];
|
||||
sops = {
|
||||
age.keyFile = "/persistent/var/secrets/keys.txt";
|
||||
age.keyFile = "/var/secrets/keys.txt";
|
||||
secrets."lillian-password".neededForUsers = true;
|
||||
|
||||
defaultSopsFile = ../hosts/${config.networking.hostName}/secrets/sops.yaml;
|
||||
|
|
|
|||
|
|
@ -55,6 +55,10 @@
|
|||
directory = "/var/lib/nixos";
|
||||
inInitrd = true;
|
||||
}
|
||||
{
|
||||
directory = "/var/secrets";
|
||||
inInitrd = true;
|
||||
}
|
||||
];
|
||||
|
||||
# preserve system files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue