Fixed: Conflicting Firewall value

This commit is contained in:
2026-02-17 23:11:45 +01:00
parent a47a656175
commit 20bd3e6d27
2 changed files with 3 additions and 38 deletions

View File

@@ -36,45 +36,11 @@
};
};
#networking = {
# hostName = "cyper-pi";
#useDHCP = true;
# networkmanager = {
# enable = true;
# unmanaged = [
# "*"
# "except:type:wwan"
# "except:type:gsm"
# ];
# };
# defaultGateway = "192.168.2.1";
# nameservers = [
# "192.168.2.2"
# "8.8.8.8"
# "1.1.1.1"
# ];
#wireless = {
# enable = true;
# networks = {
# LANFRED = {
# pskRaw = "36e2b41b51328800a9582be1a05f13f796f943569610ccdb61304803b86ce3da";
# };
# };
#};
#enableIPv6 = false;
#};
networking = {
hostName = "cyper-pi";
useDHCP = true;
networkmanager.enable = false;
enableIPv6 = false;
firewall.enable = false;
wireless = {
enable = true;
networks = {
@@ -83,7 +49,6 @@
};
};
};
};
# SSH configuration