diff options
| author | Xe <me@christine.website> | 2022-04-30 03:00:00 +0000 |
|---|---|---|
| committer | Xe <me@christine.website> | 2022-04-30 03:00:00 +0000 |
| commit | 22c94ee8ae9ffca8afbf3a4d46cdceaaa53652d7 (patch) | |
| tree | 2ea6e36d0e5c007a45c7adb6f17187e44642fc26 | |
| parent | c2a1907e3812d51ec333414d173874d0c3380164 (diff) | |
| download | x-22c94ee8ae9ffca8afbf3a4d46cdceaaa53652d7.tar.xz x-22c94ee8ae9ffca8afbf3a4d46cdceaaa53652d7.zip | |
startup order
Signed-off-by: Xe <me@christine.website>
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"; |
