diff options
-rw-r--r-- | custom/uucp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index ef0d98e7..8b476363 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -143,7 +143,7 @@ in { | |||
143 | extraSys = mkOption { | 143 | extraSys = mkOption { |
144 | type = types.string; | 144 | type = types.string; |
145 | default = '' | 145 | default = '' |
146 | protocol-parameter g packet-size 4096 | 146 | protocol-parameter g packet-size 4096 |
147 | ''; | 147 | ''; |
148 | description = "Extra configuration to prepend verbatim to `/etc/uucp/sys`"; | 148 | description = "Extra configuration to prepend verbatim to `/etc/uucp/sys`"; |
149 | }; | 149 | }; |