cirrus uses static config

This commit is contained in:
Grigory Shipunov 2022-08-01 11:06:12 +02:00
parent 42f903dc5f
commit 506f23296e
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -32,8 +32,8 @@
# (the default) this is the recommended approach. When using systemd-networkd it's # (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction # still possible to use this option, but it's recommended to use it in conjunction
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`. # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.useDHCP = lib.mkDefault true; networking.useDHCP = lib.mkDefault false;
# networking.interfaces.enp1s0.useDHCP = lib.mkDefault true; networking.interfaces.enp1s0.useDHCP = lib.mkDefault false;
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
} }