update TODO + added pocket2

This commit is contained in:
Don Harper 2023-10-03 22:03:12 -05:00
parent 4820abced7
commit 326a5a3bf9
3 changed files with 64 additions and 1 deletions

View file

@ -35,5 +35,6 @@
# networking.interfaces.enp0s25.useDHCP = lib.mkDefault true;
# networking.interfaces.wlo1.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}