From 879fcdf7784c611d3e24ca0bb994c3abf7290905 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Mon, 1 Mar 2021 19:27:45 +0100 Subject: 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. --- nixos/modules/virtualisation/anbox.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/virtualisation/anbox.nix b/nixos/modules/virtualisation/anbox.nix index da5df358073..7b096bd1a9f 100644 --- a/nixos/modules/virtualisation/anbox.nix +++ b/nixos/modules/virtualisation/anbox.nix @@ -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 -- cgit 1.4.1