1

Updated networking config

This commit is contained in:
2023-09-10 12:30:26 +02:00
parent a8b77989b4
commit 176561e357
5 changed files with 58 additions and 7 deletions

View File

@ -60,7 +60,7 @@ in {
networking = {
# Gets inherited from flake in nixos mylib and passed through the module option
hostName = cfg.hostname; # Define your hostname.
enableIPv6 = true;
enableIPv6 = false;
# Disable a lot of stuff not needed for systemd-networkd
networkmanager.enable = false;