about summary refs log tree commit diff
path: root/nix/machines/vm-synology/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-16 08:27:03 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-16 08:27:03 -0800
commit18c0f81b4344d1b89bb0241799e1234322e8866c (patch)
treeac97a84d39fe43b7524af238d9da55bf20188a65 /nix/machines/vm-synology/default.nix
parentrun `ddns-updater' on `vm-synology' (diff)
downloadworld-18c0f81b4344d1b89bb0241799e1234322e8866c.tar.gz
move gitotlite to vm-synology
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 690e474..68952c6 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 ./ddns.nix ];
+  imports = [ ./hardware.nix ../vm-shared.nix ./ddns.nix ./web.nix ./git.nix ];
 
   # Use the systemd-boot EFI boot loader.
   boot.loader.systemd-boot.enable = true;