diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 00:04:56 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 00:04:56 +0200 |
commit | e985c76e88a6d9818371da2c3cf1d678dfd049a4 (patch) | |
tree | 0b799e9f4fe1d121a4c9934a71b7140d8c9f6262 | |
parent | 59bd0a0b15d1dc4c111115c8680be7438459127a (diff) | |
download | nixos-e985c76e88a6d9818371da2c3cf1d678dfd049a4.tar nixos-e985c76e88a6d9818371da2c3cf1d678dfd049a4.tar.gz nixos-e985c76e88a6d9818371da2c3cf1d678dfd049a4.tar.bz2 nixos-e985c76e88a6d9818371da2c3cf1d678dfd049a4.tar.xz nixos-e985c76e88a6d9818371da2c3cf1d678dfd049a4.zip |
my nemesis…
-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 | }; |