mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 13:19:09 +02:00
fix[iso]: network config conflict
This commit is contained in:
parent
7cff749776
commit
3789789200
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue