mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
user/aly: fixed option description
This commit is contained in:
parent
297c74ba8b
commit
19f8fd1ce1
|
@ -8,7 +8,7 @@
|
|||
options = {
|
||||
alyraffauf.user.aly.enable = lib.mkEnableOption "Enables Aly's user.";
|
||||
alyraffauf.user.aly.password = lib.mkOption {
|
||||
description = "Whether to sync music folder.";
|
||||
description = "Hashed password for user aly.";
|
||||
type = lib.types.str;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue