mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 02:09:04 +02:00
chore: reduce number of dnsLib eval
This commit is contained in:
parent
58ae074dfd
commit
31a1771726
5 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
inputs,
|
||||
dnsLib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -15,7 +15,6 @@ let
|
|||
];
|
||||
|
||||
isVPNDomain = domain: lib.dns.domainToZone [ "luj" ] domain != null;
|
||||
dnsLib = (import inputs.dns).lib;
|
||||
SOA = {
|
||||
nameServer = "ns";
|
||||
adminEmail = "dns@malka.sh";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue