summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--machines/oxo/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/oxo/configuration.nix b/machines/oxo/configuration.nix
index ddc5429..c51d052 100644
--- a/machines/oxo/configuration.nix
+++ b/machines/oxo/configuration.nix
@@ -22,7 +22,7 @@
};
networking.firewall = {
- enable = true;
+ enable = lib.mkForce true;
allowedTCPPorts = [ 80 443 22 ];
};