htop: tweak settings
[julm/julm-nix.git] / hosts / patate / hardware.nix
index 9da1dc6e40347ac88a20e8dc914b5dd3d0c56efb..f9c931a3649b2d5345dec5c48e155c6d326badc7 100644 (file)
@@ -32,20 +32,13 @@ boot.tmpOnTmpfs = true;
 boot.extraModulePackages = [
   #config.boot.kernelPackages.exfat-nofuse
 ];
+# No pstore backend available on this system.
+systemd.services.mount-pstore.enable = false;
 boot.loader.grub = {
   enable  = true;
   version = 2;
   device  = "/dev/disk/by-id/ata-CT250MX500SSD1_2004E2849DD1";
   configurationLimit = 3;
-  #zfsSupport = true;
-  /*
-  efiSupport = true;
-  efi = {
-    canTouchEfiVariables = false;
-    efiSysMountPoint = "/boot/efi";
-  };
-  */
-  #enableCryptodisk = true;
 };
 services.acpid = {
   enable = true;