feat: disable firewall

This commit is contained in:
tux
2025-02-26 03:20:34 +05:30
parent 7526abde1d
commit e6591ef4c5

View File

@ -66,7 +66,10 @@
};
};
networking.hostName = "capella";
networking = {
hostName = "capella";
firewall.enable = false;
};
users = {
users.${username} = {