diff --git a/flake-module.nix b/flake-module.nix index 962d08b..789d7b8 100644 --- a/flake-module.nix +++ b/flake-module.nix @@ -69,8 +69,8 @@ 5. Update the `cargoHash` by setting it to `lib.fakeHash` and then inserting the result. 6. Check if we can get rid of alias-to-sieve when stalwart-mail has a builtin mail-forwarding feature. ''; - # This override encapsulates the buildRustPackage function in a function that takes the arguments given by the nixpkgs-version of stalwart-mail - # and adds our patch to the arguments before handing the new arguments to buildRustPackage. + # This override encapsulates the buildRustPackage function in a function that takes the arguments given by the nixpkgs-version of stalwart-mail + # and adds our patch to the arguments before handing the new arguments to buildRustPackage. prev.stalwart-mail.override ( let rp = pkgs.rustPlatform; diff --git a/nixos/modules/mail.nix b/nixos/modules/mail.nix index f1861a2..54644bd 100644 --- a/nixos/modules/mail.nix +++ b/nixos/modules/mail.nix @@ -307,7 +307,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:kaluut"; # TODO for https://gitea.mathebau.de/Fachschaft/nixConfig/issues/33 + repo = "borg@192.168.1.11:nyarlathotep"; # TODO for https://gitea.mathebau.de/Fachschaft/nixConfig/issues/33 startAt = "daily"; user = "root"; group = "root";