diff options
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 c1f148a3..8a9a1df6 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -27,7 +27,7 @@ in { | |||
27 | }; | 27 | }; |
28 | 28 | ||
29 | sshUser = mkOption { | 29 | sshUser = mkOption { |
30 | type = types.unspecified; | 30 | type = types.attrs; |
31 | default = { | 31 | default = { |
32 | name = "uucp"; | 32 | name = "uucp"; |
33 | isSystemUser = true; | 33 | isSystemUser = true; |