summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-07-02 22:54:37 +0200
committermakefu <github@syntax-fehler.de>2023-07-02 22:54:37 +0200
commitb92ab6b0dcf3a843670d315a893a207c30c1f1d9 (patch)
treee25f47a47436e5669d555bbf012d6a53cef2781a
parent90069c822f349dc5ed9314228b85687c80e03d11 (diff)
sops: sue correct sops file for torrent secrets
-rw-r--r--2configs/deployment/owncloud.nix2
-rw-r--r--2configs/torrent/rtorrent.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/2configs/deployment/owncloud.nix b/2configs/deployment/owncloud.nix
index 12750729a..05dc54fa2 100644
--- a/2configs/deployment/owncloud.nix
+++ b/2configs/deployment/owncloud.nix
@@ -27,7 +27,7 @@ in {
};
- sops.secrets."nexcloud-db-pw" = {
+ sops.secrets."nextcloud-db-pw" = {
path = dbpw;
owner = "nextcloud";
};
diff --git a/2configs/torrent/rtorrent.nix b/2configs/torrent/rtorrent.nix
index 1c6742eb5..eec4f8e13 100644
--- a/2configs/torrent/rtorrent.nix
+++ b/2configs/torrent/rtorrent.nix
@@ -31,6 +31,7 @@ in {
#security.acme.certs."torrent.${config.krebs.build.host.name}.r".server = config.krebs.ssl.acmeURL;
sops.secrets."torrent-auth" = {
owner = "nginx";
+ sopsFile = ../../secrets/torrent.yaml;
};
services.nginx = {
enable = true;