aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-01-20 16:14:55 +0100
committerSilas Schöffel <sils@sils.li>2025-01-20 16:14:55 +0100
commit281478f061ce87b126edbc3e76cb793921203ca2 (patch)
tree973dabbd709ddbf12ccd062ccc3c4b13a0bd86f5 /hosts
parentfeat(miniflux): init module, host on server2 (diff)
downloadnixos-server-281478f061ce87b126edbc3e76cb793921203ca2.zip
feat(modules/gallery): init
Diffstat (limited to 'hosts')
-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;