l prism.r: disable networkd

This commit is contained in:
lassulus 2023-07-25 16:30:21 +02:00
parent 6edcddeca6
commit 8eab63eaa8
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@
boot.kernelParams = [ "pcie_aspm=off" "net.ifnames=0" ];
networking.dhcpcd.enable = false;
networking.useNetworkd = lib.mkForce false;
systemd.network.enable = lib.mkForce false;
# bridge config
networking.bridges."ext-br".interfaces = [ "eth0" ];
networking = {