This commit is contained in:
2025-11-09 18:28:57 +03:00
parent cb5ae6a770
commit 7a3caf2923
+4 -4
View File
@@ -48,10 +48,10 @@ let
hostName = "${xlib.device.hostname}"; hostName = "${xlib.device.hostname}";
networkmanager.enable = true; networkmanager.enable = true;
tempAddresses = "disabled"; tempAddresses = "disabled";
dhcpcd = { # dhcpcd = {
enable = true; # enable = true;
IPv6rs = true; # IPv6rs = true;
}; # };
firewall = { firewall = {
enable = false; enable = false;
allowPing = true; allowPing = true;