From 281478f061ce87b126edbc3e76cb793921203ca2 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Mon, 20 Jan 2025 16:14:55 +0100 Subject: feat(modules/gallery): init --- hosts/by-name/server2/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hosts/by-name') diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix index 07b78c3..abb29d7 100644 --- a/hosts/by-name/server2/configuration.nix +++ b/hosts/by-name/server2/configuration.nix @@ -4,6 +4,13 @@ ./hardware.nix ]; + sils = { + gallery = { + enable = true; + domain = "gallery.s-schoeffel.de"; + }; + }; + vhack = { back = { enable = true; -- cgit 1.4.1