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.libvirtd.enable = true;
|
||||
|
||||
users.users.joachim = {
|
||||
isNormalUser = true;
|
||||
home = "/home/joachim";
|
||||
shell = pkgs.fish;
|
||||
extraGroups = [ "wheel" "scanner" ];
|
||||
extraGroups = [ "wheel" "scanner" "libvirtd" ];
|
||||
};
|
||||
|
||||
# Yubikey PAM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue