Add SystemLocalTime for duabloot
This commit is contained in:
parent
681877654d
commit
4d5638baca
2 changed files with 12 additions and 7 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
options,
|
||||
...
|
||||
}: {
|
||||
|
|
@ -20,6 +19,14 @@
|
|||
'';
|
||||
};
|
||||
|
||||
systemLocalTime = lib.mkOption {
|
||||
default = false;
|
||||
example = true;
|
||||
description = ''
|
||||
System time for dualbooting
|
||||
'';
|
||||
};
|
||||
|
||||
wsl = lib.mkOption {
|
||||
default = false;
|
||||
example = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue