about summary refs log tree commit diff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorWinter <winter@winter.cafe>2023-02-25 22:26:28 -0500
committerWinter <winter@winter.cafe>2023-02-25 22:32:16 -0500
commitee6517a915424f7d7a07f6d1fddf8fd2f5b04a2c (patch)
tree3189edbb02ddc97f7ee4576069f6e335254d2ab7 /nixos/modules/misc
parent15f1369b95d04a90fcb4ac1e5e59f2d2dfe154db (diff)
downloadnixlib-ee6517a915424f7d7a07f6d1fddf8fd2f5b04a2c.tar
nixlib-ee6517a915424f7d7a07f6d1fddf8fd2f5b04a2c.tar.gz
nixlib-ee6517a915424f7d7a07f6d1fddf8fd2f5b04a2c.tar.bz2
nixlib-ee6517a915424f7d7a07f6d1fddf8fd2f5b04a2c.tar.lz
nixlib-ee6517a915424f7d7a07f6d1fddf8fd2f5b04a2c.tar.xz
nixlib-ee6517a915424f7d7a07f6d1fddf8fd2f5b04a2c.tar.zst
nixlib-ee6517a915424f7d7a07f6d1fddf8fd2f5b04a2c.zip
Revert "nixos/polkit: guard static gid for polkituser behind state version"
This reverts commit 2265160fc0b4cc9a38b392ec3b3a3fe18c2e5413 and
e56db577a1f69c02e80d8bc26d514c01a2c5cc61.

Ideally, we shouldn't cause friction for users that bump `stateVersion`,
and I'd consider having to switch and/or manually hardcode a UID/GID
to supress the warning friction. I think it'd be more beneficial to, in
this rare case of an ID being missed, just let it be until more
discussion happens surrounding this overall issue.

See https://github.com/NixOS/nixpkgs/pull/217785 for more context.
Diffstat (limited to 'nixos/modules/misc')
-rw-r--r--nixos/modules/misc/ids.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index deeed10d014b..17ea04cb4ecb 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -392,7 +392,7 @@ in
       tape = 25;
       video = 26;
       dialout = 27;
-      polkituser = 28;
+      #polkituser = 28; # currently unused, polkitd doesn't need a group
       utmp = 29;
       # ddclient = 30; # converted to DynamicUser = true
       davfs2 = 31;