Added some network stuff?

This commit is contained in:
2025-07-16 20:25:26 +03:00
parent 89533cc939
commit 98059c32b8

View File

@@ -26,6 +26,11 @@
}
];
networking.defaultGateway6 = {
address = "fe80::1";
interface = "ens3";
};
boot.loader.grub = {
efiSupport = true;
efiInstallAsRemovable = true;