diff options
| -rw-r--r-- | custom/uucp.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index 8b476363..ed452f22 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
| @@ -142,9 +142,9 @@ in { | |||
| 142 | 142 | ||
| 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 | }; |
| 150 | }; | 150 | }; |
