diff options
Diffstat (limited to 'custom/uucp.nix')
-rw-r--r-- | custom/uucp.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
1 | { config, lib, pkgs, ... }: | 1 | { config, lib, pkgs, ... }: |
2 | 2 | ||
3 | with lib; | ||
4 | |||
3 | rec { | 5 | rec { |
4 | options = { | 6 | options = { |
5 | services.uucp = { | 7 | services.uucp = { |