13 lines
182 B
Nix
13 lines
182 B
Nix
{ ... }:
|
|
|
|
{
|
|
|
|
clerie.backup = {
|
|
targets = {
|
|
cyan.serverUrl = "https://cyan.backup.clerie.de";
|
|
magenta.serverUrl = "https://magenta.backup.clerie.de";
|
|
};
|
|
};
|
|
|
|
}
|