Format
This commit is contained in:
parent
c47db92a88
commit
09bc19268d
29 changed files with 151 additions and 210 deletions
|
|
@ -21,7 +21,7 @@ with config.constants; {
|
|||
};
|
||||
})
|
||||
fqdns);
|
||||
homeSrv = s: "nebula:${portStr.${s}}";
|
||||
homeSrv = s: "${homeServer}:${portStr.${s}}";
|
||||
localSrv = s: "${localhost}:${portStr.${s}}";
|
||||
mtfqdn = "matrix.${domain}";
|
||||
portStr = builtins.mapAttrs (n: v: toString v) port;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue