Add SystemLocalTime for duabloot

This commit is contained in:
DashieTM 2025-05-06 21:49:40 +02:00
parent 681877654d
commit 4d5638baca
2 changed files with 12 additions and 7 deletions

View file

@ -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;