summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/uucp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix
index d4597260..660abbd6 100644
--- a/custom/uucp.nix
+++ b/custom/uucp.nix
@@ -2,7 +2,7 @@
2 2
3with lib; 3with lib;
4 4
5rec { 5{
6 options = { 6 options = {
7 services.uucp = { 7 services.uucp = {
8 enable = mkOption { 8 enable = mkOption {