This commit is contained in:
2025-11-07 18:13:23 +03:00
parent 8fd7cf7382
commit 0d9a00c89e
+6 -1
View File
@@ -119,7 +119,12 @@ let
networking = {
hostName = "${xlib.device.hostname}";
networkmanager.enable = true;
firewall.enable = true;
firewall = {
enable = true;
allowPing = true;
};
enableIPv6 = true;
interfaces.ens3.useDHCPv6 = true;
};
system = {