enable VirtualBox host support, requires older kernel so far
This commit is contained in:
parent
7e8695c0bd
commit
5c728abebf
|
@ -37,7 +37,7 @@ in {
|
|||
services.davfs2.enable = true;
|
||||
|
||||
# try newer kernels
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
#boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
services.fstrim.enable = true;
|
||||
services.btrfs.autoScrub =
|
||||
|
@ -153,6 +153,10 @@ in {
|
|||
};
|
||||
#home-manager.users.spiollinux = import "${users.users.spiollinux.home}/nixconfigs/home/home.nix" { pkgs, ...};
|
||||
|
||||
# enable virtualbox support
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
users.extraGroups.vboxusers.members = [ "spiollinux" ];
|
||||
|
||||
# wireshark noroot gropu
|
||||
users.groups.wireshark.gid = 500;
|
||||
security.wrappers.dumpcap = {
|
||||
|
|
Loading…
Reference in a new issue