From 22c94ee8ae9ffca8afbf3a4d46cdceaaa53652d7 Mon Sep 17 00:00:00 2001 From: Xe Date: Sat, 30 Apr 2022 03:00:00 +0000 Subject: startup order Signed-off-by: Xe --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index b86faaf..a414a53 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ url = "github:tweag/gomod2nix"; inputs.nixpkgs.follows = "nixpkgs"; inputs.utils.follows = "utils"; - }; + }; }; outputs = { self, nixpkgs, utils, gomod2nix, portable-svc, ckiee }@attrs: @@ -135,6 +135,7 @@ "robocadey" = { wantedBy = [ "multi-user.target" ]; description = "RoboCadey"; + after = [ "robocadey-gpt2.socket" ]; serviceConfig = { Restart = "always"; -- cgit v1.2.3