mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-02 22:20:44 -06:00
set time zone using timedatectl
This commit is contained in:
parent
00596490e0
commit
34dd7c91b0
1 changed files with 2 additions and 0 deletions
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
enabled,
|
||||
...
|
||||
}:
|
||||
{
|
||||
time.timeZone = lib.mkForce null; # allow TZ to be set by desktop user
|
||||
networking.networkmanager = enabled;
|
||||
services.fwupd = enabled;
|
||||
hardware.bluetooth = enabled // {
|
||||
|
|
Loading…
Reference in a new issue