configuration/common: split common into seperate files
This commit is contained in:
12
configuration/common/backup.nix
Normal file
12
configuration/common/backup.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
|
||||
clerie.backup = {
|
||||
targets = {
|
||||
cyan.serverName = "cyan.backup.clerie.de";
|
||||
magenta.serverName = "magenta.backup.clerie.de";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user