3
0
Fork 0
forked from mirrors/nixpkgs

nixos/flatpak: enable polkit

via https://github.com/NixOS/nixpkgs/pull/156858#issuecomment-1022254342
This commit is contained in:
Martin Weinelt 2022-03-05 13:57:30 +01:00
parent d78f8c588d
commit 8a95d9fede
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -30,6 +30,8 @@ in {
environment.systemPackages = [ pkgs.flatpak ];
security.polkit.enable = true;
services.dbus.packages = [ pkgs.flatpak ];
systemd.packages = [ pkgs.flatpak ];