This commit is contained in:
2025-11-09 17:18:43 +03:00
parent f92b90c2dd
commit 977a304b8f
+5 -1
View File
@@ -126,7 +126,11 @@ let
];
hostName = "${xlib.device.hostname}";
networkmanager.enable = true;
# dhcpcd.enable = false;
tempAddresses = "disabled";
dhcpcd = {
enable = true;
IPv6rs = true;
};
firewall = {
enable = false;
allowPing = true;