From 45bd0465e4955447adc75607c4dc656252704009 Mon Sep 17 00:00:00 2001 From: devhell Date: Thu, 29 Jun 2017 20:12:05 +0100 Subject: 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 --- machines/devhell/eris.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'machines') 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 = { -- cgit 1.4.1