mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:03:56 -05:00
fixed incorrect module description
This commit is contained in:
parent
17bb8bc596
commit
6bbfbf0d66
|
@ -8,7 +8,7 @@
|
||||||
options = {
|
options = {
|
||||||
alyraffauf.user.dustin.enable = lib.mkEnableOption "Enables Dustin's user.";
|
alyraffauf.user.dustin.enable = lib.mkEnableOption "Enables Dustin's user.";
|
||||||
alyraffauf.user.dustin.password = lib.mkOption {
|
alyraffauf.user.dustin.password = lib.mkOption {
|
||||||
description = "Whether to sync music folder.";
|
description = "Hashed password.";
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue