nix: shell: install nixfmt-rfc-style
[julm/julm-nix.git] / hosts / patate / hardware.nix
index 5016488f0a3217e63e6982ec44761450ddbae1f7..6b6bd89b50d872eaa9401fdb7872c5e72ee7add5 100644 (file)
@@ -9,10 +9,10 @@
   boot.loader.grub = {
     enable = true;
     memtest86.enable = true;
-    version = 2;
     device = "/dev/disk/by-id/ata-CT250MX500SSD1_2004E2849DD1";
     configurationLimit = 3;
   };
+  boot.zfs.requestEncryptionCredentials = [ hostName ];
 
   fileSystems."/boot" =
     {