Add zen extension config and fix zen policy config
This commit is contained in:
parent
58c42ed7d8
commit
4f04b5d683
11 changed files with 647 additions and 144 deletions
|
|
@ -129,7 +129,7 @@
|
|||
defaultDiskId = lib.mkOption {
|
||||
default = "TODO";
|
||||
example = "/dev/nvme0n1";
|
||||
type = lib.types.string;
|
||||
type = lib.types.str;
|
||||
description = "The name, ID, UUID or similar for the default drive.";
|
||||
};
|
||||
rootAmount = lib.mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue