Marisa: go back to linux 5.10

Signed-off-by: natto1784 <natto@weirdnatto.in>
This commit is contained in:
2022-05-07 18:26:41 +05:30
parent d13815136b
commit 423c2236b7
3 changed files with 6 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
{
fileSystems."/" =
{ device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
{ device = "/dev/disk/by-label/NIXOS_SD";
fsType = "ext4";
};
@@ -24,5 +24,6 @@
];
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
hardware.firmware = [ pkgs.raspberrypiWirelessFirmware ];
#hardware.firmware = [ pkgs.raspberrypiWirelessFirmware ];
hardware.enableRedistributableFirmware = true;
}