VirtManager : Fix polkit access.
This commit is contained in:
parent
0930c62dfd
commit
79bdab0e9d
|
@ -8,7 +8,6 @@ in {
|
||||||
./desktop/Brightness.nix
|
./desktop/Brightness.nix
|
||||||
./desktop/Dconf.nix
|
./desktop/Dconf.nix
|
||||||
./desktop/GnomeApps.nix
|
./desktop/GnomeApps.nix
|
||||||
./desktop/Polkit.nix
|
|
||||||
./desktop/Portal.nix
|
./desktop/Portal.nix
|
||||||
./desktop/Realtime.nix
|
./desktop/Realtime.nix
|
||||||
./desktop/Sound.nix
|
./desktop/Sound.nix
|
||||||
|
|
|
@ -324,6 +324,11 @@ in {
|
||||||
"system/proxy" = {
|
"system/proxy" = {
|
||||||
mode = "none";
|
mode = "none";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"org/virt-manager/virt-manager/connections" = {
|
||||||
|
autoconnect = ["qemu:///system"];
|
||||||
|
uris = ["qemu:///system"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,10 +13,11 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
|
"input"
|
||||||
"keyd"
|
"keyd"
|
||||||
|
"libvirtd"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"video"
|
"video"
|
||||||
"input"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue