From ed3ffb4b66b21fee7c17b88ab63fc13439fa2293 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 17 Jul 2025 07:35:07 -0700 Subject: build and deploy my personal website on the VM --- nix/machines/vm-synology/nginx.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nix/machines/vm-synology/nginx.nix (limited to 'nix/machines/vm-synology/nginx.nix') diff --git a/nix/machines/vm-synology/nginx.nix b/nix/machines/vm-synology/nginx.nix new file mode 100644 index 0000000..2c3b7fb --- /dev/null +++ b/nix/machines/vm-synology/nginx.nix @@ -0,0 +1,10 @@ +{ + ... +}: +{ + services.fcuny-net = { + enable = true; + domain = "fcuny.net"; + enableSSL = false; # Enable if you want HTTPS + }; +} -- cgit v1.2.3