From 5d82967bd0b27f22b13be2ea7813c87d0d0da71d Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sat, 21 Jun 2025 22:36:36 +0200 Subject: [PATCH] fix: nextcloud syntax --- hosts/hitsugibune/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 561d6e6..87f2a0d 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -1,4 +1,4 @@ -{config}: { +{config, ...}: { # This is only a temporary password and will be changed environment.etc."nextcloud-admin-pass".text = "samc"; services.nextcloud = {