fixing networking

This commit is contained in:
cnst
2024-07-27 18:53:16 +02:00
parent 7b26c3e235
commit f5a63d61c3
9 changed files with 36 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
{
networking = {
networkmanager.enable = true;
hostName = "cnix";
nftables.enable = true;
firewall = {
enable = true;
interfaces = {
"enp7s0" = {
allowedTCPPorts = [22 80 443];
};
};
};
};
}