Updated interface config on ifrit

This commit is contained in:
Tim Schubert 2022-04-13 17:18:02 +02:00
parent 5a556254a8
commit 6d90e97f9e
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -135,9 +135,6 @@ in
"::1" = hostAliases;
};
# weird issues with crappy plastic router
networking.interfaces."ens3".tempAddress = "disabled";
# Use the GRUB 2 boot loader.
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
@ -149,9 +146,13 @@ in
keyMap = "us";
};
# weird issues with crappy plastic router
networking.interfaces."ens3".tempAddress = "disabled";
networking.interfaces."ens7".tempAddress = "disabled";
networking.useDHCP = false;
networking.interfaces.ens3.useDHCP = true;
networking.interfaces.ens4.useDHCP = true;
networking.interfaces.ens7.useDHCP = true;
fileSystems."/mnt/storage" = {
device = "/dev/disk/by-uuid/a34e36fc-d7dd-4ceb-93c4-48f9c2727cb7";