From a4638f4c78f0df5bbf671f2658fb11bf0aa4f8a2 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 24 Dec 2024 11:56:12 -0500 Subject: [PATCH] whoops who commited that change --- hosts/Parzival/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/Parzival/default.nix b/hosts/Parzival/default.nix index c5bdd6a..3208056 100644 --- a/hosts/Parzival/default.nix +++ b/hosts/Parzival/default.nix @@ -11,10 +11,6 @@ networking.hostName = "Parzival"; -networking.firewall = { - enable = false; -}; - user.crow.enable = true; desktop.sway.enable = true;