all repos — nixfiles @ 6007aa62f8cd90ae2c5a27767691cce388704114

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

linde: inline unnecessary variable declaration

Alan Pearce
commit

6007aa62f8cd90ae2c5a27767691cce388704114

parent

248e30a8cad053e7089aca786761eaea5a49c594

1 file changed, 1 insertion(+), 2 deletions(-)

changed files
M system/linde.nixsystem/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;