[NixOS] Update biskcomp

This commit is contained in:
2023-08-01 17:47:16 -06:00
parent 9a8db2b0fb
commit 8d33775f25
2 changed files with 8 additions and 8 deletions

View File

@@ -22,6 +22,7 @@
generic-extlinux-compatible.enable = true;
};
};
boot.extraModulePackages = [ ];
boot.kernelParams = [ ];
@@ -33,12 +34,6 @@
powerManagement.cpuFreqGovernor = "ondemand";
fileSystems."/" = {
device = "/dev/disk/by-label/NIXOS_SD";
fsType = "ext4";
options = [ "noatime" ];
};
environment.systemPackages = with pkgs; [
raspberrypi-eeprom
];