85: github-actions-runner: drop kvm extra group r=jfroche a=Mic92



Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
bors[bot] 2023-03-06 15:53:27 +00:00 committed by GitHub
commit f93c7c9d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,6 @@ in
serviceOverrides = {
DeviceAllow = [ "/dev/kvm" ];
PrivateDevices = false;
ExtraGroups = [ "kvm" ];
};
extraPackages = [
pkgs.cachix