disabled ipv6 on workstation
This commit is contained in:
parent
5339aa3210
commit
0a0e835d1d
@ -88,6 +88,7 @@ and repetition is maddening.
|
|||||||
#+begin_src nix
|
#+begin_src nix
|
||||||
networking = {
|
networking = {
|
||||||
useDHCP = lib.mkDefault true;
|
useDHCP = lib.mkDefault true;
|
||||||
|
enableIPv6 = false;
|
||||||
hostName = "workstation";
|
hostName = "workstation";
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
extraHosts = ''
|
extraHosts = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user