diff --git a/systems/mini-pc/configuration.nix b/systems/mini-pc/configuration.nix index 92df0cf..76e29f8 100644 --- a/systems/mini-pc/configuration.nix +++ b/systems/mini-pc/configuration.nix @@ -55,7 +55,10 @@ services = { acme.enable = true; kop-monitor.enable = true; - kop-fileshare.enable = true; + kop-fileshare = { + basePath = [ "/stash" ]; + enable = true; + }; nginx.enable = true; ente.enable = true; kavita = { diff --git a/systems/vm/configuration.nix b/systems/vm/configuration.nix index 6b8b0ab..92fc931 100644 --- a/systems/vm/configuration.nix +++ b/systems/vm/configuration.nix @@ -19,6 +19,7 @@ #adam-site.enable = true; kop-fileshare = { enable = true; + dataDir = "/1tbssd/kop-fileshare"; basePath = "/stash"; }; };