V has quit [Quit: V]
V has joined #nixos-systemd
<kloenk> We are still undecided where udev should point to after https://github.com/NixOS/nixpkgs/pull/98299
<{^_^}> #98299 (by Kloenk, 1 week ago, open): systemd: enable homed
<kloenk> Should I also add me as a maintainer for systemd?
<flokli> kloenk: be my guest :-)
<flokli> kloenk: what's your thoughts on extracting the modularization work into a separate PR, and adding homed on top? I feel like getting homed to work seems to be a bit more of work, but the other parts seem to be mostly ready (except https://github.com/NixOS/nixpkgs/pull/98299/files#r495806676 )
<flokli> we could just not have the `withHomed` option, and hardcode it to false in that PR. And then have another PR introducing the withHomed flag, NixOS module, pam changes, unit PATH overrides etc, test etc.
<kloenk> Should be possible. Should I remove the withHomed argument, or just defult it to false?
<kloenk> Should that pr also change udev to systemdMinimal, and then target staging?
<kloenk> flokli: like that?
<{^_^}> #98998 (by Kloenk, 15 seconds ago, open): systemd: create options for smaller derivation
<kloenk> flokli: I think homed does not depend on cryptsetup, without there are just less options available
<flokli> kloenk: meson.build says differently
<flokli> Left a review on #98998
<{^_^}> https://github.com/NixOS/nixpkgs/pull/98998 (by Kloenk, 20 minutes ago, open): systemd: create options for smaller derivation