oignon: uninstall chromium
[julm/julm-nix.git] / hosts / aubergine / hardware.nix
index 34cb197efc1811e499e8e261798c41580961170d..2d70a97cb08ddc74ac31e44c128d72184aa19e9a 100644 (file)
@@ -25,7 +25,6 @@
   */
   boot.loader.grub = {
     enable = true;
-    version = 2;
     devices = [
       #"/dev/disk/by-id/mmc-SU08G_0xb0320f0f"
       #"/dev/disk/by-id/usb-Generic-_Multi-Card_20071114173400000-0:0"
@@ -37,7 +36,7 @@
     #efiSupport = true;
     #enableCryptodisk = true;
   };
-  boot.tmpOnTmpfs = true;
+  boot.tmp.useTmpfs = true;
 
   boot.supportedFilesystems = [ /*"ntfs"*/ "vfat" ];
   boot.extraModulePackages = [