1
0
Files
nixfiles/configuration/common/backup.nix

13 lines
182 B
Nix

{ ... }:
{
clerie.backup = {
targets = {
cyan.serverUrl = "https://cyan.backup.clerie.de";
magenta.serverUrl = "https://magenta.backup.clerie.de";
};
};
}