fix[iso]: network config conflict

This commit is contained in:
Leon Schwarzäugl 2026-03-06 14:42:35 +01:00
parent 7cff749776
commit 3789789200
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 4 additions and 4 deletions

View file

@ -108,7 +108,7 @@ in
networking = {
hostName = "drugstore";
wireless.enable = false;
wireless.enable = lib.mkForce false;
# dhcpcd.runHook = "${pkgs.utillinux}/bin/agetty --reload";
networkmanager.enable = true;
usePredictableInterfaceNames = false;