From ccbbcc59f4eeec26f499d038efc65ae78f302469 Mon Sep 17 00:00:00 2001 From: Andre Date: Tue, 27 Aug 2024 09:44:04 -0400 Subject: [PATCH] Dimaga: add Deluge to ACME and startup script --- flake.lock | 6 +++--- hosts/Dimaga/default.nix | 1 + hosts/Dimaga/start-services.sh | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index f586646..bbb3c7a 100644 --- a/flake.lock +++ b/flake.lock @@ -313,11 +313,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1724316499, - "narHash": "sha256-Qb9MhKBUTCfWg/wqqaxt89Xfi6qTD3XpTzQ9eXi3JmE=", + "lastModified": 1724531977, + "narHash": "sha256-XROVLf9ti4rrNCFLr+DmXRZtPjCQTW4cYy59owTEmxk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "797f7dc49e0bc7fab4b57c021cdf68f595e47841", + "rev": "2527da1ef492c495d5391f3bcf9c1dd9f4514e32", "type": "github" }, "original": { diff --git a/hosts/Dimaga/default.nix b/hosts/Dimaga/default.nix index 9ceef63..0372ae8 100644 --- a/hosts/Dimaga/default.nix +++ b/hosts/Dimaga/default.nix @@ -15,6 +15,7 @@ let services-root = "/storage/services"; subdomains = [ + config.secrets.services.deluge.url config.secrets.services.forgejo.url config.secrets.services.gremlin-lab.url config.secrets.services.jellyfin.url diff --git a/hosts/Dimaga/start-services.sh b/hosts/Dimaga/start-services.sh index e75b1d2..e80969a 100644 --- a/hosts/Dimaga/start-services.sh +++ b/hosts/Dimaga/start-services.sh @@ -18,7 +18,7 @@ else fi echo "Starting services..." -systemctl restart duplicacy-web.service forgejo.service jellyfin.service +systemctl restart deluged.service delugeweb.service duplicacy-web.service forgejo.service jellyfin.service systemctl --machine aires@.host --user start syncthing.service systemctl restart nginx.service echo "Services started. $(hostname) is ready to go!"