dustbowl: enable virtualbox
This commit is contained in:
parent
3fcca4a6f5
commit
f6cc7662ec
1 changed files with 5 additions and 2 deletions
|
|
@ -382,13 +382,16 @@
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
||||||
# virtualisation.virtualbox.host.enable = true;
|
virtualisation.virtualbox.host = {
|
||||||
|
enable = true;
|
||||||
|
enableExtensionPack = true;
|
||||||
|
};
|
||||||
|
|
||||||
users.users.joachim = {
|
users.users.joachim = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/joachim";
|
home = "/home/joachim";
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
extraGroups = [ "wheel" "scanner" "libvirtd" "adbusers" "wireshark" ];
|
extraGroups = [ "wheel" "scanner" "libvirtd" "adbusers" "wireshark" "vboxusers" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Yubikey PAM
|
# Yubikey PAM
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue