Squash merge sops-nix into main
This commit is contained in:
parent
135df24a36
commit
21fc0ee318
15 changed files with 180 additions and 17 deletions
|
|
@ -64,7 +64,7 @@
|
|||
tar -xf passwords.tar.gz
|
||||
mv passwords/* ./
|
||||
rm passwords.tar.gz
|
||||
rm -rpasswords
|
||||
rm -r passwords
|
||||
'';
|
||||
});
|
||||
};
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
database.createLocally = true;
|
||||
config = {
|
||||
adminpassFile = "/run/keys/nextcloud-admin-password.key";
|
||||
adminpassFile = config.sops.secrets."nextcloud/adminPassword".path;
|
||||
dbtype = "pgsql";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue