From 79c731ccd3b6b3171da9979c90dcd72e541bb3e8 Mon Sep 17 00:00:00 2001 From: Dennis Frieberg Date: Tue, 1 Apr 2025 17:03:18 +0200 Subject: [PATCH] replaced ip addresses with hostnames --- nixos/modules/mail.nix | 2 +- nixos/modules/mailman.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/mail.nix b/nixos/modules/mail.nix index b8e51f1..5384c40 100644 --- a/nixos/modules/mail.nix +++ b/nixos/modules/mail.nix @@ -360,7 +360,7 @@ in { # We don't want this in order to not need to persist borg cache and simplify new deployments. BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK = "yes"; }; - repo = "borg@192.168.1.11:nyarlathotep"; # TODO for https://gitea.mathebau.de/Fachschaft/nixConfig/issues/33 + repo = "borg@bragi:nyarlathotep"; # TODO for https://gitea.mathebau.de/Fachschaft/nixConfig/issues/33 startAt = "daily"; user = "root"; group = "root"; diff --git a/nixos/modules/mailman.nix b/nixos/modules/mailman.nix index 66ee109..5383374 100644 --- a/nixos/modules/mailman.nix +++ b/nixos/modules/mailman.nix @@ -117,7 +117,7 @@ in { # We don't want this in order to not need to persist borg cache and simplify new deployments. BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK = "yes"; }; - repo = "borg@192.168.1.11:lobon"; # TODO for https://gitea.mathebau.de/Fachschaft/nixConfig/issues/33 + repo = "borg@bragi:lobon"; # TODO for https://gitea.mathebau.de/Fachschaft/nixConfig/issues/33 startAt = "daily"; user = "root"; group = "root";