chore(dns): use pkgs.lib
This commit is contained in:
parent
08da5a6eb9
commit
8e5b68f4f4
@ -1,6 +1,6 @@
|
|||||||
{ config, lib, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
with lib;
|
with pkgs.lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
generateCoreDNSConfig = domains:
|
generateCoreDNSConfig = domains:
|
||||||
|
Loading…
Reference in New Issue
Block a user