nix/containers,vmd32387: add backup container
This commit is contained in:
parent
aa01750ed7
commit
088e83dd41
3 changed files with 190 additions and 0 deletions
|
@ -85,5 +85,11 @@ in {
|
|||
hostAddress = "192.168.100.14";
|
||||
localAddress = "192.168.100.15";
|
||||
};
|
||||
|
||||
backup = import ../../containers/backup.nix {
|
||||
inherit config;
|
||||
hostAddress = "192.168.100.16";
|
||||
localAddress = "192.168.100.17";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue