gerd.nextcloud: do not run nextcloud-setup on each rebuild
This commit is contained in:
parent
56292d2a1a
commit
bd70d0a603
1 changed files with 3 additions and 0 deletions
|
@ -188,6 +188,9 @@ in {
|
|||
"lldap-bind-user-pass:${config.age.secrets.lldap-bind-user-pass.path}"
|
||||
"nextcloud-admin-pass:${config.age.secrets.nextcloud-admin-pass.path}"
|
||||
];
|
||||
|
||||
# do not run on each nixos rebuild switch!!!!!!!!!!!
|
||||
serviceConfig.RemainAfterExit = true;
|
||||
};
|
||||
|
||||
# ensure that nextcloud can access stateDir
|
||||
|
|
Loading…
Reference in a new issue