diff options
| -rw-r--r-- | custom/uucp.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index 07724ff7..26a2b4b8 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
| @@ -28,9 +28,8 @@ in { | |||
| 28 | 28 | ||
| 29 | sshUser = mkOption { | 29 | sshUser = mkOption { |
| 30 | type = types.attrs; | 30 | type = types.attrs; |
| 31 | default = { | 31 | default = {}; |
| 32 | }; | 32 | description = "Overrides for the local uucp linux-user"; |
| 33 | description = "The local uucp linux-user"; | ||
| 34 | }; | 33 | }; |
| 35 | 34 | ||
| 36 | sshConfig = mkOption { | 35 | sshConfig = mkOption { |
