Allow access to KVM
This commit is contained in:
@@ -15,6 +15,7 @@ in
|
|||||||
extraGroups = [
|
extraGroups = [
|
||||||
"wheel"
|
"wheel"
|
||||||
"docker"
|
"docker"
|
||||||
|
"kvm"
|
||||||
];
|
];
|
||||||
openssh.authorizedKeys.keys = identities.getAccessKeys { user = primaryUser; };
|
openssh.authorizedKeys.keys = identities.getAccessKeys { user = primaryUser; };
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
|
|||||||
Reference in New Issue
Block a user