diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/uucp.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index cef3bd9c..d7c2aae2 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -136,7 +136,9 @@ in { | |||
136 | 136 | ||
137 | extraConfig = mkOption { | 137 | extraConfig = mkOption { |
138 | type = types.string; | 138 | type = types.string; |
139 | default = ""; | 139 | default = '' |
140 | run-uuxqt 1 | ||
141 | ''; | ||
140 | description = "Extra configuration to append verbatim to `/etc/uucp/config'"; | 142 | description = "Extra configuration to append verbatim to `/etc/uucp/config'"; |
141 | }; | 143 | }; |
142 | 144 | ||