feat: migrate options/my
This commit is contained in:
parent
ab0e5117fa
commit
7f1bcaa4b0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
options.marleyos.my = rec {
|
||||
name = lib.mkOption {
|
||||
type = with lib.types; str;
|
||||
default = config.snowfallorg.user.name or "marley";
|
||||
default = "marley";
|
||||
description = "Your username, for use as your login name.";
|
||||
};
|
||||
|
Loading…
Reference in a new issue