about summary refs log tree commit diff stats
path: root/hosts/by-name/server2
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-05 11:26:15 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-05 12:28:26 +0200
commitac4c4b15cfb47b8c6839f46fbe5a66469d812860 (patch)
tree31e9c3afad3da5bf24bb9ba2b0343274fc4395e6 /hosts/by-name/server2
parentmodules/atuin-sync: Init (diff)
downloadnixos-server-ac4c4b15cfb47b8c6839f46fbe5a66469d812860.zip
hosts/server2: Enable atuin-sync HEAD main
Diffstat (limited to '')
-rw-r--r--hosts/by-name/server2/configuration.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix
index f7a5d2d..45b1d5c 100644
--- a/hosts/by-name/server2/configuration.nix
+++ b/hosts/by-name/server2/configuration.nix
@@ -16,6 +16,10 @@
   };
 
   vhack = {
+    atuin-sync = {
+      enable = true;
+      fqdn = "atuin-sync.vhack.eu";
+    };
     back = {
       enable = true;
       domain = "issues.foss-syndicate.org";