aboutsummaryrefslogtreecommitdiff
path: root/nix/machines/vm-synology/ddns.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/machines/vm-synology/ddns.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/machines/vm-synology/ddns.nix b/nix/machines/vm-synology/ddns.nix
index df59793..837bfa7 100644
--- a/nix/machines/vm-synology/ddns.nix
+++ b/nix/machines/vm-synology/ddns.nix
@@ -1,4 +1,5 @@
-{ ... }: {
+{ ... }:
+{
age.secrets.ddns-updater = {
file = ../../../secrets/ddns-updater.age;
owner = "root";
@@ -16,6 +17,5 @@
};
# https://systemd.io/CREDENTIALS/
- systemd.services.ddns-updater.serviceConfig.LoadCredential =
- "config.json:/run/agenix/ddns-updater";
+ systemd.services.ddns-updater.serviceConfig.LoadCredential = "config.json:/run/agenix/ddns-updater";
}