+92
nixos/modules/config/users-groups.nix
+92
nixos/modules/config/users-groups.nix
······WARNING: enabling this can lock you out of your system. Enable this only if you know what are you doing.···
···+sdInitrdUidsAreUnique = idsAreUnique (filterAttrs (n: u: u.uid != null) config.boot.initrd.systemd.users) "uid";+sdInitrdGidsAreUnique = idsAreUnique (filterAttrs (n: g: g.gid != null) config.boot.initrd.systemd.groups) "gid";···WARNING: enabling this can lock you out of your system. Enable this only if you know what are you doing.···+in "${n}:x:${toString uid}:${toString g.gid}::/var/empty:") config.boot.initrd.systemd.users)}+${lib.concatStringsSep "\n" (lib.mapAttrsToList (n: { gid }: "${n}:x:${toString gid}:") config.boot.initrd.systemd.groups)}
-1
nixos/modules/system/boot/systemd/initrd.nix
-1
nixos/modules/system/boot/systemd/initrd.nix
···
···
+2
nixos/tests/systemd-initrd-simple.nix
+2
nixos/tests/systemd-initrd-simple.nix
···