mirror of
https://github.com/mjallen18/snowfall-lib.git
synced 2026-04-18 09:05:58 -05:00
fix: use mkDefault for default values
This commit is contained in:
@@ -330,7 +330,7 @@ in {
|
|||||||
# Initialize user information.
|
# Initialize user information.
|
||||||
snowfallorg.user.${user-name}.home.config = {
|
snowfallorg.user.${user-name}.home.config = {
|
||||||
snowfallorg.user = {
|
snowfallorg.user = {
|
||||||
enable = true;
|
enable = mkDefault true;
|
||||||
name = mkDefault user-name;
|
name = mkDefault user-name;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user