From df4d1f249b631d8dc19db846cdb9deb4e0d01f3b Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Fri, 5 Apr 2024 15:56:26 +0200 Subject: start xochitl after network to make sure the http listener binds successfully --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index d01d82e..0f2ca48 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ xochitlService = pkgs.writeText "xochitl.service" '' [Unit] Description=reMarkable main application - After=home.mount + After=home.mount network.target [Service] ExecStart=/usr/bin/xochitl --system -- cgit 1.4.1