mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
feat: adds owner to nextcloud admin password file
This commit is contained in:
parent
8deb1b122a
commit
818cb4498e
1 changed files with 3 additions and 1 deletions
|
|
@ -42,7 +42,9 @@
|
|||
"forgejoWorkerSecret" = { };
|
||||
"minioRootCredentials" = { };
|
||||
"atticdEnvironment" = { };
|
||||
"nextcloudPassword" = { };
|
||||
"nextcloudPassword" = {
|
||||
owner = "nextcloud";
|
||||
};
|
||||
"gluetunEnvironment" = { };
|
||||
"matrixRegistrationSecret" = {
|
||||
owner = "matrix-synapse";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue