aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe <me@christine.website>2022-04-30 03:00:00 +0000
committerXe <me@christine.website>2022-04-30 03:00:00 +0000
commit22c94ee8ae9ffca8afbf3a4d46cdceaaa53652d7 (patch)
tree2ea6e36d0e5c007a45c7adb6f17187e44642fc26
parentc2a1907e3812d51ec333414d173874d0c3380164 (diff)
downloadx-22c94ee8ae9ffca8afbf3a4d46cdceaaa53652d7.tar.xz
x-22c94ee8ae9ffca8afbf3a4d46cdceaaa53652d7.zip
startup order
Signed-off-by: Xe <me@christine.website>
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
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";