mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
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:
parent
10e8650515
commit
bbc0f6f005
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user