summaryrefslogtreecommitdiff
path: root/modules/nixos/endlessh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos/endlessh.nix')
-rw-r--r--modules/nixos/endlessh.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/nixos/endlessh.nix b/modules/nixos/endlessh.nix
index 1350a6a..caf9a38 100644
--- a/modules/nixos/endlessh.nix
+++ b/modules/nixos/endlessh.nix
@@ -12,6 +12,11 @@ in {
port = 22;
in
mkIf cfg.enable {
+ ark.directories = [
+ "/var/lib/gotify-server"
+ "/var/lib/private/gotify-server"
+ ];
+
services.endlessh = {
enable = true;
inherit port;