sora: add croc relay
This commit is contained in:
parent
ba7093d292
commit
07bc8435a2
2 changed files with 8 additions and 0 deletions
7
hosts/sora/services/croc.nix
Normal file
7
hosts/sora/services/croc.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
_: {
|
||||||
|
services.croc = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
debug = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -6,6 +6,7 @@
|
||||||
./ntfy-sh.nix
|
./ntfy-sh.nix
|
||||||
./attic.nix
|
./attic.nix
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
|
./croc.nix
|
||||||
# ./factorio.nix
|
# ./factorio.nix
|
||||||
# ./minecraft.nix
|
# ./minecraft.nix
|
||||||
# ./foundryvtt.nix
|
# ./foundryvtt.nix
|
||||||
|
|
Loading…
Reference in a new issue