summaryrefslogtreecommitdiffstats
path: root/lass/3modules/dnsmasq.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/3modules/dnsmasq.nix')
-rw-r--r--lass/3modules/dnsmasq.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/lass/3modules/dnsmasq.nix b/lass/3modules/dnsmasq.nix
index c05ad0fc..83a9cb18 100644
--- a/lass/3modules/dnsmasq.nix
+++ b/lass/3modules/dnsmasq.nix
@@ -1,6 +1,7 @@
{ config, lib, pkgs, ... }:
-with config.krebs.lib;
+with builtins;
+with lib;
let
cfg = config.lass.dnsmasq;