aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/po
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/by-name/po/polkit/module.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/by-name/po/polkit/module.nix b/modules/by-name/po/polkit/module.nix
index c6d1c750..d8dd51b0 100644
--- a/modules/by-name/po/polkit/module.nix
+++ b/modules/by-name/po/polkit/module.nix
@@ -17,7 +17,10 @@ in {
options.soispha.polkit = {
enable = lib.mkEnableOption "polkit";
};
+
config = lib.mkIf cfg.enable {
security.polkit.enable = true;
+
+ users.groups.polkituser.gid = config.soispha.constants.ids.gids.polkituser;
};
}