diff --git a/modules/system/frps.nix b/modules/system/frps.nix index 69fbc5b..84b2313 100644 --- a/modules/system/frps.nix +++ b/modules/system/frps.nix @@ -46,6 +46,9 @@ in { }; requires=["network-online.target"]; restartIfChanged = true; + restartTriggers = [ + config.environment.etc."frps.toml".source + ]; stopIfChanged = true; serviceConfig = { EnvironmentFile = "/var/run/secrets/frps-env"; diff --git a/roles/sovr.nix b/roles/sovr.nix index 459b3c5..67271d2 100644 --- a/roles/sovr.nix +++ b/roles/sovr.nix @@ -14,6 +14,7 @@ "docs.theribbles.org" "files.theribbles.org" "home-assistant.theribbles.org" + "liam.theribbles.org" "movies.theribbles.org" "notes.theribbles.org" "passwords.theribbles.org"