refactor flake
This commit is contained in:
parent
bc118b064b
commit
1bbb1d5d90
7 changed files with 75 additions and 69 deletions
|
@ -6,7 +6,7 @@ let
|
|||
ipAddress = ip;
|
||||
};
|
||||
localDomain = config.networking.domain;
|
||||
hosts' = hosts.${localDomain};
|
||||
hosts' = builtins.filter (builtins.hasAttr "ip") hosts.${localDomain};
|
||||
in {
|
||||
imports = [ ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue