diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-16 08:27:03 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-16 08:27:03 -0800 |
commit | 18c0f81b4344d1b89bb0241799e1234322e8866c (patch) | |
tree | ac97a84d39fe43b7524af238d9da55bf20188a65 /nix/machines/vm-synology/default.nix | |
parent | run `ddns-updater' on `vm-synology' (diff) | |
download | world-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.nix | 2 |
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; |