From 92871929b1aab96dbf6334f2ac5f48316b1ce66c Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 21 Jan 2026 16:28:39 +0000 Subject: [PATCH] Restart frps on config change, add liam site to sovr --- modules/system/frps.nix | 3 +++ roles/sovr.nix | 1 + 2 files changed, 4 insertions(+) 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"