Add virtualisation module
This commit is contained in:
parent
1e5c09b1e8
commit
49392c53a6
3 changed files with 16 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
}: {
|
||||
users.users.julius = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" "docker"];
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" "libvirtd" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue