diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 00:04:20 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 00:04:20 +0200 |
commit | 59bd0a0b15d1dc4c111115c8680be7438459127a (patch) | |
tree | 824b28d6bbf71357f8ebafb8588f3021642b1e7c /custom/uucp.nix | |
parent | d6a340e5d9916f7c7e8a57dd676d5d7adb19a2ed (diff) | |
download | nixos-59bd0a0b15d1dc4c111115c8680be7438459127a.tar nixos-59bd0a0b15d1dc4c111115c8680be7438459127a.tar.gz nixos-59bd0a0b15d1dc4c111115c8680be7438459127a.tar.bz2 nixos-59bd0a0b15d1dc4c111115c8680be7438459127a.tar.xz nixos-59bd0a0b15d1dc4c111115c8680be7438459127a.zip |
tabs! *shakes fist*
Diffstat (limited to 'custom/uucp.nix')
-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 | }; |