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