diff options
Diffstat (limited to 'lass/2configs/mors')
-rw-r--r-- | lass/2configs/mors/retiolum.nix | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lass/2configs/mors/retiolum.nix b/lass/2configs/mors/retiolum.nix deleted file mode 100644 index 1148bee9c..000000000 --- a/lass/2configs/mors/retiolum.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ config, pkgs, ... }: - -{ - imports = [ - ../tv/retiolum - ]; - - tv.retiolum = { - enable = true; - hosts = <retiolum-hosts>; - privateKeyFile = "/etc/nixos/secrets/mors.retiolum.rsa_key.priv"; - connectTo = [ - "fastpoke" - "gum" - "ire" - ]; - }; - - networking.firewall.allowedTCPPorts = [ 655 ]; - networking.firewall.allowedUDPPorts = [ 655 ]; -} |