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"; }; };