This repository has been archived by the owner on Aug 6, 2020. It is now read-only.
Releases: NixOS/systemd
Releases · NixOS/systemd
nixos-v241.20190221: Install default configuration into $out/share/factory
By default systemd should read all its configuration from /etc. Therefor we rely on -Dsysconfdir=/etc in meson as default value. Unfortunately this would also lead to installation of systemd's own configuration files to `/etc` whereas we are limited to /nix/store. To counter that this commit introduces two new configuration variables `factoryconfdir` and `factorypkgconfdir` to install systemd's own configuration into nix store again, while having executables looking up files in /etc.