mirror of
https://github.com/blahai/nyx.git
synced 2025-02-23 19:05:09 +00:00
7 lines
124 B
Nix
7 lines
124 B
Nix
{lib, ...}: let
|
|
inherit (lib.modules) mkForce;
|
|
in {
|
|
time.timeZone = mkForce "UTC";
|
|
|
|
olympus.device.type = "server";
|
|
}
|