aboutsummaryrefslogtreecommitdiff
path: root/nix/machines/vm-synology/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-15 11:21:54 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-15 11:21:54 -0800
commite48ba8e6598a7db8b2720f4fb62c683a7d13840e (patch)
tree1ce5b925249bebf38a3d3ce98b2f88e2b32556e4 /nix/machines/vm-synology/default.nix
parentadd recipe to edit secret (diff)
downloadinfra-e48ba8e6598a7db8b2720f4fb62c683a7d13840e.tar.gz
run `ddns-updater' on `vm-synology'
It has a small UI and the configuration with the secrets is managed with `agenix'.
Diffstat (limited to 'nix/machines/vm-synology/default.nix')
-rw-r--r--nix/machines/vm-synology/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/machines/vm-synology/default.nix b/nix/machines/vm-synology/default.nix
index 8af114b..690e474 100644
--- a/nix/machines/vm-synology/default.nix
+++ b/nix/machines/vm-synology/default.nix
@@ -1,5 +1,5 @@
{ ... }: {
- imports = [ ./hardware.nix ../vm-shared.nix ];
+ imports = [ ./hardware.nix ../vm-shared.nix ./ddns.nix ];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;