linde: inline unnecessary variable declaration
1 file changed, 1 insertion(+), 2 deletions(-)
changed files
M system/linde.nix → system/linde.nix
@@ -821,7 +821,6 @@ }; containers.papers = let externalDir = "/srv/paperless"; - localAddress6 = "fc00::2"; tsHostname = "papers.${ts-domain}"; tsPort = 41642; hostConfig = config;@@ -831,7 +830,7 @@ autoStart = true; enableTun = true; privateNetwork = true; hostAddress6 = "fc00::1"; - inherit localAddress6; + localAddress6 = "fc00::2"; forwardPorts = [ { hostPort = tsPort;