From 10f71ddff71dcdf3ccaf39b96d266ff035930f87 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 21 Nov 2023 15:16:20 +0100 Subject: [PATCH] Remove the links, too much hassle, use default --- nixos/queen/nextcloud.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nixos/queen/nextcloud.nix b/nixos/queen/nextcloud.nix index 1a39711..8a52012 100644 --- a/nixos/queen/nextcloud.nix +++ b/nixos/queen/nextcloud.nix @@ -46,8 +46,7 @@ package = pkgs.nextcloud27; - #Directory for the data - datadir = ../../../../../var/lib/NCData; + #Directory for the data is /var/lib/nextcloud config = { # Further forces Nextcloud to use HTTPS @@ -71,7 +70,7 @@ package = pkgs.mariadb_110; - dataDir = ../../../../../var/lib/NCMariaDB; + #Directory for the database is /var/lib/mysql # Ensure the database, user, and permissions always exist ensureDatabases = ["NC"];