installer: fix qrcode generation error

This commit is contained in:
lassulus
2023-07-28 18:12:48 +02:00
parent 0adf78de2c
commit ae5e197da7
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
client.enable = true;
};
systemd.services.hidden-ssh-announce = {
description = "irc announce hidden ssh";
description = "announce hidden ssh";
after = [ "tor.service" "network-online.target" ];
wants = [ "tor.service" ];
wantedBy = [ "multi-user.target" ];