From 959bfd987c6b84be03fd236c569a92794d518989 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 21 Apr 2018 16:36:50 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nix/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix') diff --git a/nix/module.nix b/nix/module.nix index 123910a..edc9bfb 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -48,7 +48,7 @@ in { }; config = { - nixpkgs.config.overlays = [ (import ./default.nix) ]; + nixpkgs.overlays = [ (import ./default.nix) ]; systemd.services = listToAttrs (map dirService config.services.rollingDirectories); }; -- cgit v1.2.3