[WIP] feat: migrate containers to vmd102066
This commit is contained in:
parent
7cd97ca6d9
commit
76c64678ae
20 changed files with 346 additions and 99 deletions
|
@ -1,9 +1,5 @@
|
|||
<<<<<<< HEAD
|
||||
{ config, hostAddress, localAddress, subvolumes, targetPathSuffix ? "" }:
|
||||
=======
|
||||
{ config, hostAddress, localAddress, subvolumes, targetPathSuffix ? ""
|
||||
, autoStart ? false }:
|
||||
>>>>>>> 82ff04b (chore: nixfmt *)
|
||||
|
||||
let
|
||||
passwords = import ../../variables/passwords.crypt.nix;
|
||||
|
@ -89,7 +85,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
autoStart = true;
|
||||
inherit autoStart;
|
||||
|
||||
bindMounts = {
|
||||
"${subvolumeParentDir}" = {
|
||||
|
@ -113,11 +109,8 @@ in {
|
|||
modifier = "rw";
|
||||
}];
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
extraFlags = [ "--resolv-conf=bind-host" ];
|
||||
|
||||
>>>>>>> 82ff04b (chore: nixfmt *)
|
||||
privateNetwork = true;
|
||||
forwardPorts = [ ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue