diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-03 22:04:18 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-03 22:04:18 -0600 |
| commit | facae3b29560d614a103b8eb1bacb8e72675c501 (patch) | |
| tree | 8f45bf83b2a76bf4ab675f7b49207062067da06a /machines/zenbook | |
| parent | 16df2a9d7307e85a26f8451d01a6bb747f1a6330 (diff) | |
disabled ipv6 temporarily
Diffstat (limited to 'machines/zenbook')
| -rw-r--r-- | machines/zenbook/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index cf55eed..5615d8d 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -29,6 +29,7 @@ # 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/"; |
