From 3d1e5d72f9276c02ccabdaa6a1a18ae2b5bde504 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 27 Apr 2016 11:40:59 +0200 Subject: scoping --- custom/uucp.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom/uucp.nix b/custom/uucp.nix index 0b199776..f2e230e8 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -1,5 +1,7 @@ { config, lib, pkgs, ... }: +with lib; + rec { options = { services.uucp = { -- cgit v1.2.3