From e48ba8e6598a7db8b2720f4fb62c683a7d13840e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 15 Dec 2024 11:21:54 -0800 Subject: run `ddns-updater' on `vm-synology' It has a small UI and the configuration with the secrets is managed with `agenix'. --- nix/machines/vm-synology/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/machines/vm-synology/default.nix') 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; -- cgit v1.2.3