aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";