mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
use newer type
This commit is contained in:
parent
884bc993ec
commit
b0bffa1a1f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ in
|
|||
|
||||
options.oizys = {
|
||||
user = mkOption {
|
||||
type = lib.types.string;
|
||||
type = lib.types.str;
|
||||
default = "daylin";
|
||||
description = "main user account";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue