[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,5 +1,5 @@
|
|||
{ hostAddress, localAddress, syncthingPort ? 22000
|
||||
, syncthingLocalAnnouncePort ? 21027 }:
|
||||
, syncthingLocalAnnouncePort ? 21027, autoStart ? false }:
|
||||
|
||||
{
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
autoStart = true;
|
||||
inherit autoStart;
|
||||
|
||||
bindMounts = {
|
||||
"/var/lib/syncthing/" = {
|
||||
|
@ -30,6 +30,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
extraFlags = [ "--resolv-conf=bind-host" ];
|
||||
|
||||
privateNetwork = true;
|
||||
forwardPorts = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue