fix(services/nextcloud): fix unknown variable 'enable'
Some checks failed
Nix CI / build (push) Failing after 52s
Some checks failed
Nix CI / build (push) Failing after 52s
This commit is contained in:
parent
91e08d2dc6
commit
ad339b7c1c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ let
|
|||
in
|
||||
with lib; mkIf cfg.enable {
|
||||
services.nextcloud = {
|
||||
inherit enable;
|
||||
enable = cfg.enable;
|
||||
appstoreEnable = false;
|
||||
autoUpdateApps.enable = false;
|
||||
config.adminpassFile = sec."nextcloud/adminPassword".path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue