diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-09-09 22:42:34 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-09-09 22:42:34 +0200 |
| commit | 600b6fa9ae3d017f88d36273b83e0499e6794bb2 (patch) | |
| tree | 268e4b3434d6c80e66a1db1ec662abf8ccc346dd /modules/by-name/co/constants | |
| parent | modules/direnv/landrun-fish: Remove the allowlisted `shared-target` (diff) | |
| download | nixos-config-600b6fa9ae3d017f88d36273b83e0499e6794bb2.zip | |
modules/mandb: Set persistent user id
Diffstat (limited to 'modules/by-name/co/constants')
| -rw-r--r-- | modules/by-name/co/constants/module.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/by-name/co/constants/module.nix b/modules/by-name/co/constants/module.nix index 493ead1f..7795c5f4 100644 --- a/modules/by-name/co/constants/module.nix +++ b/modules/by-name/co/constants/module.nix @@ -23,6 +23,7 @@ # Keep this sorted with `!sort --numeric-sort --key=2 --field-separator="="` wpa_supplicant = 986; + mandb = 991; dhcpcd = 992; systemd-oom = 993; sshd = 994; @@ -48,6 +49,7 @@ rtkit = 993; polkituser = 994; nscd = 995; + mandb = 996; msr = 996; fwupd-refresh = 997; avahi = 998; |
