This commit is contained in:
mjallen18
2026-03-25 16:02:33 -05:00
parent 981b03b955
commit 642cee5dc5
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ in
};
name = mkOption {
type = (types.nullOr types.str);
default = config.snowfallorg.user.name;
default = "matt";
description = "The user account.";
};
};