mirror of
https://github.com/RGBCube/GitHub2Forgejo
synced 2025-06-10 15:32:07 +00:00
Fix typo
This commit is contained in:
parent
d8d002d488
commit
2bb63f468e
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
systemd.services.github2forgeo = {
|
systemd.services.github2forgejo = {
|
||||||
wants = [ "network-online.target" ];
|
wants = [ "network-online.target" ];
|
||||||
after = [ "network-online.target" ];
|
after = [ "network-online.target" ];
|
||||||
restartIfChanged = false;
|
restartIfChanged = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue