aboutsummaryrefslogtreecommitdiff
path: root/modules/user/options.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/options.nix')
-rw-r--r--modules/user/options.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/options.nix b/modules/user/options.nix
index 31f166d..6ea2793 100644
--- a/modules/user/options.nix
+++ b/modules/user/options.nix
@@ -6,6 +6,7 @@ in {
name = mkOption {
description = "Name for the sole user of this system";
type = types.str;
+ default = "collin";
};
isAdmin = mkOption {
description = "Whether this user is an admin";