From 5a2fa4506b49b3d36413a344187d3373e9323719 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Wed, 7 Dec 2022 20:12:42 +0100 Subject: [PATCH] serverle/newton: remove noXlibs --- machines/newton/configuration.nix | 2 -- machines/serverle/configuration.nix | 2 -- 2 files changed, 4 deletions(-) diff --git a/machines/newton/configuration.nix b/machines/newton/configuration.nix index f3c9e04..a18a646 100644 --- a/machines/newton/configuration.nix +++ b/machines/newton/configuration.nix @@ -18,8 +18,6 @@ gnupg.sshKeyPaths = [ ]; }; - #environment.noXlibs = true; - networking.firewall.allowedTCPPorts = [ ]; diff --git a/machines/serverle/configuration.nix b/machines/serverle/configuration.nix index aee0659..d5f2dcc 100644 --- a/machines/serverle/configuration.nix +++ b/machines/serverle/configuration.nix @@ -22,8 +22,6 @@ gnupg.sshKeyPaths = [ ]; }; - #environment.noXlibs = true; - networking.firewall.allowedTCPPorts = [ 8080 # aria ];