Allow access to KVM

This commit is contained in:
2026-05-25 07:52:24 +00:00
parent 3fabad4344
commit 6df89b4b06

View File

@@ -15,6 +15,7 @@ in
extraGroups = [
"wheel"
"docker"
"kvm"
];
openssh.authorizedKeys.keys = identities.getAccessKeys { user = primaryUser; };
shell = pkgs.zsh;