nixos/systemd: don't create /var/lib/udev

As far as I can tell, systemd has never used this directory, so I think
this is a holdover from before udev merged into systemd.
This commit is contained in:
Jamey Sharp 2018-09-30 11:05:47 -07:00
parent 10e8650515
commit bbc0f6f005

View File

@ -784,11 +784,6 @@ in
services.dbus.enable = true;
system.activationScripts.systemd =
''
mkdir -m 0755 -p /var/lib/udev
'';
users.users.systemd-network.uid = config.ids.uids.systemd-network;
users.groups.systemd-network.gid = config.ids.gids.systemd-network;
users.users.systemd-resolve.uid = config.ids.uids.systemd-resolve;