From 5c52142f498bbfe3361d9d86463dca6738531a9b Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:02:26 +0200 Subject: [PATCH] oops wrong file --- systems/mini-pc/configuration.nix | 3 ++- systems/vm/configuration.nix | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/mini-pc/configuration.nix b/systems/mini-pc/configuration.nix index 76e29f8..ba1a31d 100644 --- a/systems/mini-pc/configuration.nix +++ b/systems/mini-pc/configuration.nix @@ -56,7 +56,8 @@ acme.enable = true; kop-monitor.enable = true; kop-fileshare = { - basePath = [ "/stash" ]; + basePath = "/stash"; + dataDir = "/1tbssd/kop-fileshare"; enable = true; }; nginx.enable = true; diff --git a/systems/vm/configuration.nix b/systems/vm/configuration.nix index 92fc931..6b8b0ab 100644 --- a/systems/vm/configuration.nix +++ b/systems/vm/configuration.nix @@ -19,7 +19,6 @@ #adam-site.enable = true; kop-fileshare = { enable = true; - dataDir = "/1tbssd/kop-fileshare"; basePath = "/stash"; }; };