fix(nextcloud.nix): add group "nginx" to nextcloud-admin and nextcloud-database secrets
This commit is contained in:
parent
203a4edcd6
commit
1443218ae7
@ -12,10 +12,12 @@ in
|
||||
nextcloud-admin = {
|
||||
file = ../../secrets/nextcloud-admin.age;
|
||||
owner = "nextcloud";
|
||||
group ="nginx";
|
||||
};
|
||||
nextcloud-database = {
|
||||
file = ../../secrets/nextcloud-database.age;
|
||||
owner = "nextcloud";
|
||||
group = "nginx";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user