summary refs log tree commit diff stats
path: root/hosts/by-name/server2
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/by-name/server2')
-rw-r--r--hosts/by-name/server2/configuration.nix7
1 files changed, 7 insertions, 0 deletions
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;