diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-03 22:07:57 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-03 22:07:57 -0600 |
| commit | 2b23635a9ba4b45f1af495bc0c79d0af1ca62963 (patch) | |
| tree | 96028302f4ad49e37209b9c3c90a69dda0260ff2 /machines/zenbook | |
| parent | c0e9870e8661b31150e9fff708f62e73cf6235cf (diff) | |
re-enabled ipv6
Diffstat (limited to 'machines/zenbook')
| -rw-r--r-- | machines/zenbook/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index 5615d8d..cf55eed 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -29,7 +29,6 @@ # Pick only one of the below networking options. # wireless.enable = true; # Enables wireless support via wpa_supplicant. networkmanager.enable = true; # Easiest to use and most distros use this by default. - enableIPv6 = false; # Configure network proxy if necessary # proxy.default = "http://user:password@proxy:port/"; |
