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 = {
|
nextcloud-admin = {
|
||||||
file = ../../secrets/nextcloud-admin.age;
|
file = ../../secrets/nextcloud-admin.age;
|
||||||
owner = "nextcloud";
|
owner = "nextcloud";
|
||||||
|
group ="nginx";
|
||||||
};
|
};
|
||||||
nextcloud-database = {
|
nextcloud-database = {
|
||||||
file = ../../secrets/nextcloud-database.age;
|
file = ../../secrets/nextcloud-database.age;
|
||||||
owner = "nextcloud";
|
owner = "nextcloud";
|
||||||
|
group = "nginx";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user