Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot]
2025-07-26 18:05:47 +00:00
committed by GitHub
35 changed files with 252 additions and 134 deletions

View File

@@ -838,7 +838,11 @@ in
# error that were trying to avoid cant possibly happen if polkit isnt enabled. When polkit isnt
# enabled, run0 will fail before it even tries to run the command.
security.pam.services = mkIf config.security.polkit.enable {
systemd-run0 = { };
systemd-run0 = {
# Upstream config: https://github.com/systemd/systemd/blob/main/src/run/systemd-run0.in
setLoginUid = true;
pamMount = false;
};
};
};