dustbowl: Add libvirtd
This commit is contained in:
parent
f1f683d9b6
commit
145ce47e10
1 changed files with 3 additions and 1 deletions
|
|
@ -314,11 +314,13 @@
|
||||||
|
|
||||||
virtualisation.virtualbox.host.enable = true;
|
virtualisation.virtualbox.host.enable = true;
|
||||||
|
|
||||||
|
virtualisation.libvirtd.enable = 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" ];
|
extraGroups = [ "wheel" "scanner" "libvirtd" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Yubikey PAM
|
# Yubikey PAM
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue