Add user to kvm group
This commit is contained in:
parent
9c3769ed39
commit
7ae69de706
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
}: {
|
}: {
|
||||||
users.users.julius = {
|
users.users.julius = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "networkmanager" "docker" "libvirtd" ];
|
extraGroups = [ "wheel" "networkmanager" "docker" "libvirtd" "kvm" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue