From 6bbfbf0d6659d6b548e3d5134d6f153d9c107755 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 30 Apr 2024 16:33:05 -0400 Subject: [PATCH] fixed incorrect module description --- nixosModules/user/dustin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/user/dustin/default.nix b/nixosModules/user/dustin/default.nix index 55ca9a0f..73bf27b4 100644 --- a/nixosModules/user/dustin/default.nix +++ b/nixosModules/user/dustin/default.nix @@ -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; }; };