about summary refs log tree commit diff
path: root/nix/hosts/corrino/gemini/emile.space.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/hosts/corrino/gemini/emile.space.nix')
-rw-r--r--nix/hosts/corrino/gemini/emile.space.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/nix/hosts/corrino/gemini/emile.space.nix b/nix/hosts/corrino/gemini/emile.space.nix
new file mode 100644
index 0000000..f7116ae
--- /dev/null
+++ b/nix/hosts/corrino/gemini/emile.space.nix
@@ -0,0 +1,16 @@
+{ ... }:
+
+{
+  services.agate = {
+    # TODO: fix link generation in vokobe
+    enable = true;
+    contentDir = "/var/www/emile.space";
+    hostnames = [
+      "emile.space"
+    ];
+    addresses = [
+      "0.0.0.0:1965"
+    ];
+  };
+  networking.firewall.allowedTCPPorts = [ 1965 ];
+}