From 07bc8435a2219893b4cbbeed66a56a9f4c9d6f0f Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 5 Jan 2024 22:26:40 -0500 Subject: [PATCH] sora: add croc relay --- hosts/sora/services/croc.nix | 7 +++++++ hosts/sora/services/default.nix | 1 + 2 files changed, 8 insertions(+) create mode 100644 hosts/sora/services/croc.nix diff --git a/hosts/sora/services/croc.nix b/hosts/sora/services/croc.nix new file mode 100644 index 0000000..2135214 --- /dev/null +++ b/hosts/sora/services/croc.nix @@ -0,0 +1,7 @@ +_: { + services.croc = { + enable = true; + openFirewall = true; + debug = true; + }; +} diff --git a/hosts/sora/services/default.nix b/hosts/sora/services/default.nix index afb312b..36d47c5 100644 --- a/hosts/sora/services/default.nix +++ b/hosts/sora/services/default.nix @@ -6,6 +6,7 @@ ./ntfy-sh.nix ./attic.nix ./tailscale.nix + ./croc.nix # ./factorio.nix # ./minecraft.nix # ./foundryvtt.nix