diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,8 +28,8 @@ { hostName, system, - # Whether to create the default user account. This account will be - # in the wheel group, and has an empty default password! + # Note that the default user account is in the wheel group and has an + # empty default password. makeDefaultUser ? true, useHomeManager ? true, additionalModules ? [ ], |
