Skip to content

Commit 39a7688

Browse files
committed
fix: set dbus implementation to allow checks to pass
1 parent dee032b commit 39a7688

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
@@ -103,8 +103,11 @@
103103
name = "run0-sudo-shim-vm-test";
104104
nodes.machine = {
105105
imports = [ self.nixosModules.default ];
106-
security.polkit.persistentAuthentication = true;
107-
security.run0-sudo-shim.enable = true;
106+
services.dbus.implementation = "broker";
107+
security = {
108+
polkit.persistentAuthentication = true;
109+
run0-sudo-shim.enable = true;
110+
};
108111

109112
users.users = {
110113
admin = {

0 commit comments

Comments
 (0)