nixpkgs/nixos/modules/system
Jan Tojnar 17dd7bcd89
nixos/systemd-lib: fix conflict with dbus.service.d directory
When a package contains a directory in one of the systemd directories
(like flatpak does), it is symlinked into the *-units derivation.
Then later, the derivation will try to create the directory, which
will fail:

mkdir: cannot create directory '/nix/store/…-user-units/dbus.service.d': File exists
builder for '/nix/store/…-user-units.drv' failed with exit code 1

Closes: #33233
2018-05-15 13:28:30 +02:00
..
activation switch-to-configuration: use Net::DBus to retrieve the list of units 2018-05-03 20:19:23 +02:00
boot nixos/systemd-lib: fix conflict with dbus.service.d directory 2018-05-15 13:28:30 +02:00
etc environment.etc: add user/group option 2017-07-29 23:56:46 +01:00