diff --git a/1systems/sdev/config.nix b/1systems/sdev/config.nix index 7a87362..d209a07 100644 --- a/1systems/sdev/config.nix +++ b/1systems/sdev/config.nix @@ -6,7 +6,7 @@ [ # Include the results of the hardware scan. - + # { # until virtualbox-image is fixed imports = [ diff --git a/1systems/vbob/config.nix b/1systems/vbob/config.nix index 1f68ad9..64709de 100644 --- a/1systems/vbob/config.nix +++ b/1systems/vbob/config.nix @@ -9,7 +9,7 @@ imports = [ ]; boot.loader.grub.device = "/dev/sda"; } - + # # # base gui diff --git a/2configs/hw/vbox-guest.nix b/2configs/hw/vbox-guest.nix index 3ba8ef9..65f915a 100644 --- a/2configs/hw/vbox-guest.nix +++ b/2configs/hw/vbox-guest.nix @@ -2,9 +2,9 @@ { ## Guest Extensions are currently broken imports = [ - # (toString ) + (toString ) ]; - # virtualisation.virtualbox.guest.enable = true; + virtualisation.virtualbox.guest.enable = true; services.xserver.videoDrivers = lib.mkOverride 45 [ "virtualbox" "modesetting" ]; fileSystems."/media/share" = {