[WIP] feat: migrate containers to vmd102066
This commit is contained in:
parent
7cd97ca6d9
commit
76c64678ae
20 changed files with 346 additions and 99 deletions
|
@ -98,13 +98,7 @@ in {
|
|||
|
||||
networking.useHostResolvConf = true;
|
||||
|
||||
containers = {
|
||||
bkpTarget = import ../../containers/backup-target.nix {
|
||||
hostAddress = "192.168.100.18";
|
||||
localAddress = "192.168.100.19";
|
||||
containerBackupCfg = passwords.storage.backupTarget;
|
||||
};
|
||||
};
|
||||
containers = { };
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue