about summary refs log tree commit diff stats
path: root/modules/by-name/co
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-01-18 19:08:11 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-01-18 19:08:11 +0100
commit56591683b7c5ed56f0a58ac04e4baca5aa815533 (patch)
tree9b1298737ae2a2cf2edc26fbab094aef9d2f035a /modules/by-name/co
parentupdate.sh: Don't refer to `build.sh` by path (diff)
downloadnixos-config-56591683b7c5ed56f0a58ac04e4baca5aa815533.zip
module/networking: Add fixed {u,g}ids for `wpa_supplicant`
Diffstat (limited to 'modules/by-name/co')
-rw-r--r--modules/by-name/co/constants/module.nix2
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 5711e9cf..493ead1f 100644
--- a/modules/by-name/co/constants/module.nix
+++ b/modules/by-name/co/constants/module.nix
@@ -22,6 +22,7 @@
     ids.uids = {
       # Keep this sorted with `!sort --numeric-sort --key=2 --field-separator="="`
 
+      wpa_supplicant = 986;
       dhcpcd = 992;
       systemd-oom = 993;
       sshd = 994;
@@ -37,6 +38,7 @@
       # Please add your groups to the users and inherit them here.
       # This avoids having an user/group id mismatch.
 
+      wpa_supplicant = 986;
       dhcpcd = 987;
       lpadmin = 988;
       resolvconf = 989;