diff --git a/modules/nixos-modules/disko.nix b/modules/nixos-modules/disko.nix index 28afab1..13ddb8f 100644 --- a/modules/nixos-modules/disko.nix +++ b/modules/nixos-modules/disko.nix @@ -42,7 +42,10 @@ in { type = lib.types.str; description = "what user is the email going to be set from"; }; - tokenFile = lib.mkOption {}; # TODO: make this a secrets file + tokenFile = lib.mkOption { + type = lib.types.str; + description = "file containing the password to be used by msmtp for notifications"; + }; }; pool = { vdevs = lib.mkOption {