ops/nixos/lib/blade: enable polkit for libvirtd access
This commit is contained in:
parent
4a53baab51
commit
82503b6192
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
qemuRunAsRoot = false;
|
qemuRunAsRoot = false;
|
||||||
};
|
};
|
||||||
|
security.polkit.enable = true;
|
||||||
|
|
||||||
system.stateVersion = "21.05";
|
system.stateVersion = "21.05";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue