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