about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2017-06-29 20:12:05 +0100
committerdevhell <devhell@mailfresser.de>2017-06-29 20:24:33 +0100
commit45bd0465e4955447adc75607c4dc656252704009 (patch)
treecc7603bb9d5126e1d50cb92b0e270c883b44882b /machines
parentf23f816334e1724a41741d8c31fd6f8ae9d35330 (diff)
machines/eris: Add missing /boot
For whatever reason the /boot configuration was missing and subsequently
nixos-rebuild would fail. Thanks for pointing out the error @aszlig!

Signed-off-by: devhell <devhell@mailfresser.de>
Diffstat (limited to 'machines')
-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 = {