ifrit: disable ipv6 temp addresses

This commit is contained in:
Tim Schubert 2021-05-23 11:18:50 +02:00
parent 02fecf50d6
commit 4d7719ea99
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -115,6 +115,9 @@ in
"1.0.0.1"
];
# 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;