Browse Source

disable ipv6 on home machines because it's useless without ISP support

main
Leonora Tindall 2 years ago
parent
commit
2722e87a71
Signed by: nora GPG Key ID: 7A8B52EC67E09AAF
  1. 1
      hosts/crimespoon/configuration.nix
  2. 1
      hosts/felonyspork/configuration.nix

1
hosts/crimespoon/configuration.nix

@ -24,6 +24,7 @@
networking.hostName = "crimespoon"; # Define your hostname.
networking.wireless.enable = false; # Enables wireless support via wpa_supplicant.
networking.enableIPv6 = false; # Because our ISP doesn't support it :(
# Set your time zone.
time.timeZone = "America/Chicago";

1
hosts/felonyspork/configuration.nix

@ -19,6 +19,7 @@
networking.hostName = "felonyspork"; # Define your hostname.
networking.wireless.enable = false; # Enables wireless support via wpa_supplicant.
networking.enableIPv6 = false; # Because our ISP doesn't support it :(
# Enable NFS to Moria
fileSystems."/mnt/moria" = {

Loading…
Cancel
Save