aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/by-name/server2
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-18 22:36:59 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-18 22:36:59 +0200
commitd3d886b58e6d515db9758ffd613a2e473bbbb3c3 (patch)
treedfe49f8bfe4f6888a784e3a6eb34bd825b28f521 /hosts/by-name/server2
parenttests: Refactor to unify tests and avoid duplicated code (diff)
downloadnixos-server-d3d886b58e6d515db9758ffd613a2e473bbbb3c3.zip
{modules,tests}/{git-,}back: Remove/disable
We are just not using it, and it's effectively not maintained.
Diffstat (limited to '')
-rw-r--r--hosts/by-name/server2/configuration.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix
index 8cdd45d..fd00c02 100644
--- a/hosts/by-name/server2/configuration.nix
+++ b/hosts/by-name/server2/configuration.nix
@@ -20,10 +20,6 @@
enable = true;
fqdn = "atuin-sync.vhack.eu";
};
- git-back = {
- enable = true;
- domain = "issues.foss-syndicate.org";
- };
backup = {
enable = true;
privateSshKey = ./secrets/backup/backupssh.age;