Skip to content

Commit

Permalink
Change repository path to something sensible
Browse files Browse the repository at this point in the history
  • Loading branch information
peterablehmann committed Aug 16, 2024
1 parent 65f6688 commit a2b34a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/backup.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ in
"${config.networking.hostName}-wasabi" = mkResticConfig { repository = "s3:https://s3.eu-central-2.wasabisys.com/backup-xnee-net"; environmentFile = config.sops.secrets."backup/wasabi".path; inherit (cfg) paths exclude; };
}
// lib.attrsets.optionalAttrs (config.networking.fqdn != "heptifili.xnee.net") {
"${config.networking.hostName}-heptifili" = mkResticConfig { repository = "rest:https://restic.heptifili.xnee.net/nix-servers/user"; environmentFile = config.sops.secrets."backup/heptifili".path; inherit (cfg) paths exclude; };
"${config.networking.hostName}-heptifili" = mkResticConfig { repository = "rest:https://restic.heptifili.xnee.net/nix-servers"; environmentFile = config.sops.secrets."backup/heptifili".path; inherit (cfg) paths exclude; };
};
};
}

0 comments on commit a2b34a5

Please sign in to comment.