formatting
This commit is contained in:
parent
6be2edaac1
commit
b4c25b511e
@ -107,14 +107,20 @@ in
|
|||||||
sshKeyPath = "/etc/ssh/ssh_host_ed25519_key";
|
sshKeyPath = "/etc/ssh/ssh_host_ed25519_key";
|
||||||
dirs =
|
dirs =
|
||||||
builtins.concatMap
|
builtins.concatMap
|
||||||
(host: [
|
(
|
||||||
{
|
host:
|
||||||
repo = "${host}:${config.networking.hostName}.${config.networking.domain}-home-motiejus-annex2";
|
let
|
||||||
subvolume = "/home";
|
prefix = "${host}:${config.networking.hostName}.${config.networking.domain}";
|
||||||
paths = [ "motiejus/annex2" ];
|
in
|
||||||
backup_at = "*-*-* 02:30:01 UTC";
|
[
|
||||||
}
|
{
|
||||||
])
|
subvolume = "/home";
|
||||||
|
repo = "${prefix}-home-motiejus-annex2";
|
||||||
|
paths = [ "motiejus/annex2" ];
|
||||||
|
backup_at = "*-*-* 02:30:01 UTC";
|
||||||
|
}
|
||||||
|
]
|
||||||
|
)
|
||||||
[
|
[
|
||||||
"zh2769@zh2769.rsync.net"
|
"zh2769@zh2769.rsync.net"
|
||||||
"borgstor@${myData.hosts."vno3-rp3b.servers.jakst".jakstIP}"
|
"borgstor@${myData.hosts."vno3-rp3b.servers.jakst".jakstIP}"
|
||||||
|
Loading…
Reference in New Issue
Block a user