Add wsl
This commit is contained in:
parent
4a8e226066
commit
c57a9984c1
8 changed files with 28 additions and 42 deletions
|
|
@ -20,6 +20,14 @@
|
|||
'';
|
||||
};
|
||||
|
||||
wsl = lib.mkOption {
|
||||
default = false;
|
||||
example = true;
|
||||
description = ''
|
||||
Runs Nix in wsl
|
||||
'';
|
||||
};
|
||||
|
||||
secureBoot = lib.mkOption {
|
||||
default = false;
|
||||
example = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue