Configuration is more flexible

Add new host must be easier
This commit is contained in:
Yorick Barbanneau 2023-09-02 15:51:02 +02:00
parent 431c99a58e
commit 51fdbb4a87
16 changed files with 91 additions and 79 deletions

View file

@ -61,7 +61,11 @@
# networking.interfaces.enp34s0.useDHCP = lib.mkDefault true;
# networking.interfaces.wlp37s0.useDHCP = lib.mkDefault true;
services.lvm.boot.thin.enable = true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.cpu.amd.updateMicrocode = true;
hardware.opengl.driSupport = true;
hardware.opengl.driSupport32Bit = true;
hardware.bluetooth.enable = true;
hardware.xpadneo.enable = true;
}