This commit is contained in:
death916 2025-11-21 03:57:49 -08:00
parent 09e1fac43e
commit f3b53b61d2

View file

@ -21,7 +21,7 @@ in
};
user = lib.mkOption {
type = lib.types.Str;
type = lib.types.str;
default = "c2cscrape";
description = "user to run as";
};