diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-14 16:31:44 -0400 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-14 16:31:44 -0400 |
commit | 594ca476edd4fa6f52d10762793afe01de92c569 (patch) | |
tree | 49eea8be1b20b9cf46c30ace8663851e147c1fa5 | |
parent | 8daff4aabb08b02205a035878fe484d08867f376 (diff) |
fix conflict
-rw-r--r-- | machines/oxo/configuration.nix | 2 |
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 ]; }; |