refactor(sops): Move secret definitions to specific modules
This commit is contained in:
parent
767a14ab6e
commit
ee388398e5
14 changed files with 78 additions and 98 deletions
|
|
@ -100,4 +100,9 @@ in
|
|||
|
||||
# Ensure that this service doesn't start before postgres is ready
|
||||
systemd.services.nextcloud-setup.after = [ "postgresql.service" ];
|
||||
|
||||
sops.secrets."nextcloud/tlater" = {
|
||||
owner = "nextcloud";
|
||||
group = "nextcloud";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue