linde: add IPv4 address for paperless container
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M system/hosts/linde.nix → system/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;