small changes
This commit is contained in:
parent
5fda6f7a5c
commit
e3ff343c68
4 changed files with 17 additions and 12 deletions
|
|
@ -4,9 +4,7 @@ let
|
|||
name = "${name}.lan";
|
||||
inherit value;
|
||||
}) var.wg.ips;
|
||||
custom-hosts = {
|
||||
"fx-sync.lan" = var.wg.ips.roam;
|
||||
};
|
||||
custom-hosts = { };
|
||||
in
|
||||
rec {
|
||||
hostsFile = lib.concatStringsSep "\n" (lib.mapAttrsToList (n: v: "${v}\t${n}") hosts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue