Disable firewall

This commit is contained in:
2024-10-10 15:06:29 -07:00
parent 75c76ef032
commit 9ed9e10931

View File

@@ -9,7 +9,10 @@
./printing.nix
];
networking.hostName = "marauder";
networking = {
hostName = "marauder";
firewall.enable = false;
};
fileSystems = {
"/" = {