about summary refs log tree commit diff
path: root/machines/heinrich.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-17 01:18:45 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-03-17 01:18:45 +0100
commitc3fb4c2600b16f2b38e0d5a2eec5dd0a9bf79387 (patch)
treeefe710023520a4e953216c3e38d98f6f206e6cf1 /machines/heinrich.nix
parent68f357751b9f2f405a7e43ac711f7839daf3b3f4 (diff)
machines: Add dummy boot/fileSystems attributes.
As these machines are not deployed yet, we need to put in dummy values,
because if we're not building VMs those attributes are expected to be
set and end up with an evaluation error.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/heinrich.nix')
-rw-r--r--machines/heinrich.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/heinrich.nix b/machines/heinrich.nix
index 48b20c7a..3eaddea5 100644
--- a/machines/heinrich.nix
+++ b/machines/heinrich.nix
@@ -109,6 +109,10 @@ in {
       5. Reisst dir Hannes den Arsch auf, wenn Du die Punkte 0-2 ignorierst.
     '';
 
+    # TODO: This is a dummy, replace it once we know about the real root fs.
+    fileSystems."/".label = "root";
+    boot.loader.grub.device = "nodev";
+
     networking.useNetworkd = true;
     networking.firewall.enable = false;
     networking.nat.enable = true;