ifrit: disable ipv6 temp addresses
This commit is contained in:
parent
02fecf50d6
commit
4d7719ea99
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue