diff options
author | lassulus <git@lassul.us> | 2023-09-04 10:15:36 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-09-04 10:15:36 +0200 |
commit | d9c8a90feaf41d74a383c0d6a146aca4c92d4f47 (patch) | |
tree | 5f749d705a6d68ca9b8e9f892313cda741ff37b9 | |
parent | 78569fbc7e35fab8a3601dca30424b17d46e7e9b (diff) |
l prism.r: remove taskserver
-rw-r--r-- | lass/1systems/prism/config.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index 5502dd04c..aaabd655d 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -169,18 +169,6 @@ with import <stockholm/lib>; <stockholm/lass/2configs/minecraft.nix> <stockholm/lass/2configs/codimd.nix> <stockholm/lass/2configs/searx.nix> - { - services.taskserver = { - enable = true; - fqdn = "lassul.us"; - listenHost = "::"; - listenPort = 53589; - organisations.lass.users = [ "lass" "android" ]; - }; - krebs.iptables.tables.filter.INPUT.rules = [ - { predicate = "-p tcp --dport 53589"; target = "ACCEPT"; } - ]; - } <stockholm/lass/2configs/go.nix> { environment.systemPackages = [ pkgs.cryptsetup ]; |