diff options
Diffstat (limited to 'modules/hosts/T495/input-leap.nix')
-rw-r--r-- | modules/hosts/T495/input-leap.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/hosts/T495/input-leap.nix b/modules/hosts/T495/input-leap.nix deleted file mode 100644 index cf6d018..0000000 --- a/modules/hosts/T495/input-leap.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ pkgs, ... }: { - environment.systemPackages = with pkgs; [ - input-leap - ]; - - networking.firewall = { - allowedTCPPorts = [ - 24800 # input-leaps - ]; - }; -} |