summaryrefslogtreecommitdiff
path: root/modules/endlessh.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-07-10 14:02:06 +0300
committerAzat Bahawi <azat@bahawi.net>2024-07-10 14:02:06 +0300
commita88092202ccfdb981c6aef3270bdef20e7530f5f (patch)
treef6f2f82e7575aeead163bcf0c93bab494e7e70ce /modules/endlessh.nix
parent31ab954db3dbc0a07e7b58c59da003088ee7943d (diff)
2024-07-10
Diffstat (limited to 'modules/endlessh.nix')
-rw-r--r--modules/endlessh.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/endlessh.nix b/modules/endlessh.nix
index f1bf0bc..e607935 100644
--- a/modules/endlessh.nix
+++ b/modules/endlessh.nix
@@ -11,11 +11,6 @@ in
port = 22;
in
mkIf cfg.enable {
- ark.directories = [
- "/var/lib/gotify-server"
- "/var/lib/private/gotify-server"
- ];
-
services.endlessh = {
enable = true;
inherit port;