change boot optimization to laptop, can't use a static ip with systemd-networkd

This commit is contained in:
2025-03-12 16:52:35 +01:00
parent 347457d3b9
commit f733fa707c
3 changed files with 7 additions and 5 deletions

View File

@ -9,6 +9,10 @@
networking.wireless.enable = true;
networking.networkmanager.enable = false;
networking.dhcpcd.enable = false;
systemd.network.enable = true;
networking.useNetworkd = true;
environment.systemPackages = with pkgs; [
acpi
tlp