Skip to content

Commit ddecbab

Browse files
committed
fix: set dbus implementation to allow checks to pass
1 parent 0636233 commit ddecbab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

flake.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,11 @@
113113
name = "run0-sudo-shim-vm-test";
114114
nodes.machine = {
115115
imports = [ self.nixosModules.default ];
116-
security.polkit.persistentAuthentication = true;
117-
security.run0-sudo-shim.enable = true;
116+
services.dbus.implementation = "broker";
117+
security = {
118+
polkit.persistentAuthentication = true;
119+
run0-sudo-shim.enable = true;
120+
};
118121

119122
users.users = {
120123
admin = {

0 commit comments

Comments
 (0)