ma {vbob,sdev}.r: disable vbox guest extensions for now
This commit is contained in:
parent
00a4ff15cd
commit
397a1c8931
@ -6,7 +6,9 @@
|
|||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
<stockholm/makefu>
|
<stockholm/makefu>
|
||||||
(toString <nixpkgs/nixos/modules/virtualisation/virtualbox-image.nix>)
|
(toString <nixpkgs/nixos/modules/virtualisation/virtualbox-image.nix>)
|
||||||
(toString <nixpkgs/nixos/modules/virtualisation/virtualbox-guest.nix>)
|
{ ## Guest Extensions are currently broken
|
||||||
|
# virtualisation.virtualbox.guest.enable = true;
|
||||||
|
}
|
||||||
<stockholm/makefu/2configs/main-laptop.nix>
|
<stockholm/makefu/2configs/main-laptop.nix>
|
||||||
# <secrets/extra-hosts.nix>
|
# <secrets/extra-hosts.nix>
|
||||||
|
|
||||||
@ -50,7 +52,7 @@
|
|||||||
fileSystems."/media/share" = {
|
fileSystems."/media/share" = {
|
||||||
fsType = "vboxsf";
|
fsType = "vboxsf";
|
||||||
device = "share";
|
device = "share";
|
||||||
options = [ "rw" "uid=9001" "gid=9001" ];
|
options = [ "rw" "uid=9001" "gid=9001" "nofail" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -8,8 +8,12 @@
|
|||||||
{
|
{
|
||||||
imports = [<stockholm/makefu/2configs/fs/single-partition-ext4.nix> ];
|
imports = [<stockholm/makefu/2configs/fs/single-partition-ext4.nix> ];
|
||||||
boot.loader.grub.device = "/dev/sda";
|
boot.loader.grub.device = "/dev/sda";
|
||||||
virtualisation.virtualbox.guest.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{ ## Virtualbox guest is broken on newer kernel
|
||||||
|
# virtualisation.virtualbox.guest.enable = true;
|
||||||
|
}
|
||||||
|
|
||||||
# {
|
# {
|
||||||
# imports = [
|
# imports = [
|
||||||
# <nixpkgs/nixos/modules/virtualisation/virtualbox-image.nix>
|
# <nixpkgs/nixos/modules/virtualisation/virtualbox-image.nix>
|
||||||
|
Loading…
Reference in New Issue
Block a user