all repos — nixfiles @ 8796c6665421103c4895421d5be5e1336f757d18

System and user configuration, managed by nix and home-manager

linde: add IPv4 address for paperless container

Alan Pearce
commit

8796c6665421103c4895421d5be5e1336f757d18

parent

02ecc414c7f3d61c9e91c3dd11689bed304dcf03

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M system/hosts/linde.nixsystem/hosts/linde.nix
@@ -833,6 +833,8 @@ enableTun = true;
privateNetwork = true; hostAddress6 = "fc00::1"; localAddress6 = "fc00::2"; + hostAddress = "10.6.42.1"; + localAddress = "10.6.42.2"; forwardPorts = [ { hostPort = tsPort;