From 25c15fb7c162bc927310b4d45a58668d9e635a98 Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 18 Apr 2019 19:55:10 +0200 Subject: ma sdev.r: do not build with virtualbox extensions --- makefu/1systems/sdev/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefu/1systems/sdev/config.nix b/makefu/1systems/sdev/config.nix index 2f289d50..e15af825 100644 --- a/makefu/1systems/sdev/config.nix +++ b/makefu/1systems/sdev/config.nix @@ -6,7 +6,7 @@ [ # Include the results of the hardware scan. - + # # broken since 2019-04-18 #{ # until virtualbox-image is fixed # imports = [ # -- cgit v1.2.3 From 7e99a8215b8ce6d632189c883035e431feb87326 Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 18 Apr 2019 20:02:07 +0200 Subject: ma sdev.r: re-enable filesystem --- makefu/1systems/sdev/config.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/makefu/1systems/sdev/config.nix b/makefu/1systems/sdev/config.nix index e15af825..66f822c0 100644 --- a/makefu/1systems/sdev/config.nix +++ b/makefu/1systems/sdev/config.nix @@ -7,12 +7,12 @@ # # broken since 2019-04-18 - #{ # until virtualbox-image is fixed - # imports = [ - # - # ]; - # boot.loader.grub.device = lib.mkForce "/dev/sda"; - #} + { # until virtualbox-image is fixed + imports = [ + + ]; + boot.loader.grub.device = lib.mkForce "/dev/sda"; + } # -- cgit v1.2.3