diff options
| author | Silas Schöffel <sils@sils.li> | 2025-01-20 16:14:55 +0100 |
|---|---|---|
| committer | Silas Schöffel <sils@sils.li> | 2025-01-20 16:14:55 +0100 |
| commit | 281478f061ce87b126edbc3e76cb793921203ca2 (patch) | |
| tree | 973dabbd709ddbf12ccd062ccc3c4b13a0bd86f5 /hosts | |
| parent | feat(miniflux): init module, host on server2 (diff) | |
| download | nixos-server-281478f061ce87b126edbc3e76cb793921203ca2.zip | |
feat(modules/gallery): init
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/by-name/server2/configuration.nix | 7 |
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; |
