parent
13c7e14409
commit
0fdd611704
3 changed files with 11 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
|||
|
||||
{
|
||||
# Use latest kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
#boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
}
|
||||
|
|
9
configurations/virtualbox.nix
Normal file
9
configurations/virtualbox.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ... }: {
|
||||
custom.zfs.homeLinks = [
|
||||
{ path = "VirtualBox VMs"; type = "data"; }
|
||||
];
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
|
||||
users.users.charlotte.extraGroups = [ "vboxusers" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue