diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-23 16:08:09 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-23 16:08:09 +0200 |
commit | 160ec1bf86cc1d171bf0ffc19aba604a179f15f8 (patch) | |
tree | 2932dc985751cf5a231951346c03ad1d8812bc03 /odin.nix | |
parent | f129fe34bf7fb114740f8d088e400bd74a97409f (diff) | |
download | nixos-160ec1bf86cc1d171bf0ffc19aba604a179f15f8.tar nixos-160ec1bf86cc1d171bf0ffc19aba604a179f15f8.tar.gz nixos-160ec1bf86cc1d171bf0ffc19aba604a179f15f8.tar.bz2 nixos-160ec1bf86cc1d171bf0ffc19aba604a179f15f8.tar.xz nixos-160ec1bf86cc1d171bf0ffc19aba604a179f15f8.zip |
better borg archive prefixes
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ | |||
163 | 163 | ||
164 | services.borgbackup = { | 164 | services.borgbackup = { |
165 | snapshots = "lvm"; | 165 | snapshots = "lvm"; |
166 | prefix = "automatic.yggdrasil.asgard.odin."; | 166 | prefix = "yggdrasil.asgard.odin."; |
167 | targets = { | 167 | targets = { |
168 | "munin" = { | 168 | "munin" = { |
169 | repo = "borg.munin:borg"; | 169 | repo = "borg.munin:borg"; |