diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-18 22:36:59 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-18 22:36:59 +0200 |
| commit | d3d886b58e6d515db9758ffd613a2e473bbbb3c3 (patch) | |
| tree | dfe49f8bfe4f6888a784e3a6eb34bd825b28f521 /hosts/by-name/server2 | |
| parent | tests: Refactor to unify tests and avoid duplicated code (diff) | |
| download | nixos-server-d3d886b58e6d515db9758ffd613a2e473bbbb3c3.zip | |
{modules,tests}/{git-,}back: Remove/disable
We are just not using it, and it's effectively not maintained.
Diffstat (limited to 'hosts/by-name/server2')
| -rw-r--r-- | hosts/by-name/server2/configuration.nix | 4 |
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; |
