nixos/anbox: remove systemd-udev-settle

The anbox session manager seems to start without issues when
systemd-udev-settle is masked or the dependency removed.
This commit is contained in:
rnhmjoj 2021-03-01 19:27:45 +01:00
parent 1c26497371
commit 879fcdf778
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ in
environment.XDG_RUNTIME_DIR="${anboxloc}";
wantedBy = [ "multi-user.target" ];
after = [ "systemd-udev-settle.service" ];
preStart = let
initsh = pkgs.writeText "nixos-init" (''
#!/system/bin/sh