From 607fe7f266d2d8ffc076814011b67c37dce75bc6 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 20 May 2016 16:53:48 +0200 Subject: machines/labnet/website-vm: dummy device values Not sure if having this as a machine config is the way to go. Comments, @aszlig? --- machines/labnet/website-vm.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'machines') diff --git a/machines/labnet/website-vm.nix b/machines/labnet/website-vm.nix index ceb72094..604674d4 100644 --- a/machines/labnet/website-vm.nix +++ b/machines/labnet/website-vm.nix @@ -6,4 +6,8 @@ environment.systemPackages = with pkgs; [ vuizvui.openlab.gitit ]; + + # dummy values + fileSystems."/".label = "root"; + boot.loader.grub.device = "nodev"; } -- cgit 1.4.1