diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-05-05 11:26:15 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-05-05 12:28:26 +0200 |
commit | ac4c4b15cfb47b8c6839f46fbe5a66469d812860 (patch) | |
tree | 31e9c3afad3da5bf24bb9ba2b0343274fc4395e6 /hosts | |
parent | modules/atuin-sync: Init (diff) | |
download | nixos-server-ac4c4b15cfb47b8c6839f46fbe5a66469d812860.zip |
Diffstat (limited to '')
-rw-r--r-- | hosts/by-name/server2/configuration.nix | 4 |
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"; |