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 ; - { - 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"; } - ]; - } { environment.systemPackages = [ pkgs.cryptsetup ];