about summary refs log tree commit diff
path: root/machines/devhell/eris.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/devhell/eris.nix')
-rw-r--r--machines/devhell/eris.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/devhell/eris.nix b/machines/devhell/eris.nix
index 12c89fe4..cbc58ad6 100644
--- a/machines/devhell/eris.nix
+++ b/machines/devhell/eris.nix
@@ -46,6 +46,11 @@
     ];
   };
 
+  fileSystems."/boot" = {
+    device = "/dev/disk/by-uuid/BDBC-FC8B";
+    fsType = "vfat";
+  };
+
   swapDevices = [ ];
 
   nix = {