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