nix/containers,vmd32387: add backup container

This commit is contained in:
steveej 2019-02-10 13:51:21 +01:00
parent aa01750ed7
commit 088e83dd41
3 changed files with 190 additions and 0 deletions

View file

@ -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";
};
};
}