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