From 71dee4ccb54ceacc3992b47d239f39243f429932 Mon Sep 17 00:00:00 2001 From: Louis Pearson Date: Sat, 6 Jan 2024 16:33:44 -0700 Subject: [PATCH] fix: get nextcloud building on dev machine --- configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index 77cc781..5f0d2fc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -200,12 +200,7 @@ home = "/zroot/nextcloud"; https = true; hostName = "localhost"; - # database.createLocally = true; - # config = { - # dbtype = "sqlite"; - # adminpassFile = "/var/nextcloud-admin-pass"; - # adminuser = "admin"; - # }; + config.adminpassFile = "/var/nextcloud-admin-pass"; }; services.phpfpm.pools.nextcloud.settings = { "listen.owner" = config.services.caddy.user;