stan: switch to nixos-hardware

This commit is contained in:
Aaron Bieber 2023-12-28 07:11:16 -07:00
parent 3688032712
commit 7e24f4b021
No known key found for this signature in database
2 changed files with 3 additions and 8 deletions

View File

@ -214,7 +214,9 @@
nixos-hardware.nixosModules.framework-11th-gen-intel
] "europa";
pwntie = buildSys "x86_64-linux" stable [ ] "pwntie";
stan = buildSys "x86_64-linux" unstable [ ] "stan";
stan = buildSys "x86_64-linux" unstable [
nixos-hardware.nixosModules.framework-11th-gen-intel
] "stan";
weather = buildSys "aarch64-linux" stable [ ] "weather";
octo = buildSys "aarch64-linux" stable [ ] "octo";

View File

@ -52,15 +52,8 @@
networking.useDHCP = lib.mkDefault true;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware = {
acpilight.enable = true;
bluetooth.enable = true;
cpu.intel.updateMicrocode =
lib.mkDefault config.hardware.enableRedistributableFirmware;
sensor = {
iio.enable = true;
};
rtl-sdr.enable = true;
};
}