disabled ipv6 on workstation

This commit is contained in:
Danilo Reyes 2023-09-24 21:58:14 -06:00
parent 5339aa3210
commit 0a0e835d1d

View File

@ -88,6 +88,7 @@ and repetition is maddening.
#+begin_src nix
networking = {
useDHCP = lib.mkDefault true;
enableIPv6 = false;
hostName = "workstation";
networkmanager.enable = true;
extraHosts = ''