···39394040 swapDevices = [ { device = "/dev/disk/by-uuid/2c68cacc-4813-4d63-aa7c-763c1eef0960"; } ];
41414242- # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
4343- # (the default) this is the recommended approach. When using systemd-networkd it's
4444- # still possible to use this option, but it's recommended to use it in conjunction
4545- # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
4646- networking.useDHCP = lib.mkDefault true;
4747- # networking.interfaces.eno1.useDHCP = lib.mkDefault true;
4848-4942 nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
5043 hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
5144}