summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/hidden-ssh.nix
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-04-16 23:31:46 +0200
committerlassulus <lass@lassul.us>2017-04-16 23:31:46 +0200
commit8f89bb5d3d5e8f2e2deb70a7029321d05c5d256f (patch)
tree9fb9ce693a16d1b36a78861fd732796a8ebee49d /krebs/3modules/hidden-ssh.nix
parent6dfee5d766d16bd90aaf846f591c7168563554cd (diff)
k 3 hidden-ssh: start after network-online.target
Diffstat (limited to 'krebs/3modules/hidden-ssh.nix')
-rw-r--r--krebs/3modules/hidden-ssh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/hidden-ssh.nix b/krebs/3modules/hidden-ssh.nix
index 2f75ded9..3930dbf4 100644
--- a/krebs/3modules/hidden-ssh.nix
+++ b/krebs/3modules/hidden-ssh.nix
@@ -27,7 +27,7 @@ let
};
systemd.services.hidden-ssh-announce = {
description = "irc announce hidden ssh";
- after = [ "tor.service" ];
+ after = [ "tor.service" "network-online.target" ];
wants = [ "tor.service" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = {