diff --git a/configurations/vds.nix b/configurations/vds.nix index a888030..97d114a 100644 --- a/configurations/vds.nix +++ b/configurations/vds.nix @@ -144,21 +144,21 @@ let # prefixLength = 24; # } # ]; - ipv6.addresses = [ - { - address = "2a13:7c00:6:102:f816:3eff:fe91:6b9e"; - prefixLength = 64; - } - ]; + # ipv6.addresses = [ + # { + # address = "2a13:7c00:6:102:f816:3eff:fe91:6b9e"; + # prefixLength = 64; + # } + # ]; }; # defaultGateway = { # address = "31.57.158.1"; # interface = "ens3"; # }; - defaultGateway6 = { - address = "2a13:7c00:6:102::1"; - interface = "ens3"; - }; + # defaultGateway6 = { + # address = "2a13:7c00:6:102::1"; + # interface = "ens3"; + # }; }; system = { diff --git a/configurations/wsl.nix b/configurations/wsl.nix index cda090b..ee8952e 100644 --- a/configurations/wsl.nix +++ b/configurations/wsl.nix @@ -85,7 +85,7 @@ let wsl = { enable = true; startMenuLaunchers = true; - #useWindowsDriver = true; + useWindowsDriver = true; defaultUser = config.xlib.device.username; };