This commit is contained in:
atagen 2025-03-10 17:29:46 +11:00
parent 48e77e9585
commit 202900e22a
3 changed files with 39 additions and 18 deletions

View file

@ -127,7 +127,7 @@
monitor = mkOption {
type = types.either types.bool types.int;
description = "Enable, or set timeout period for, monitoring devshell activity and automatically destroy services after (experimental).";
description = "Enable, or set timeout period for, monitoring devshell activity and automatically destroying services after (experimental).";
default = true;
};