From 788a78e203bcb835ea6844bb8ba577504ff6b466 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 22 Jun 2025 16:07:13 +0200 Subject: [PATCH] feat: adminuser --- hosts/hitsugibune/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 4c8a4cb..9bc977c 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -23,6 +23,7 @@ htaccess.RewriteBase = dir; }; config = { + adminuser = "admin"; adminpassFile = "/etc/nextcloud-admin-pass"; dbtype = "sqlite"; };