nyx/modules/profiles/server/default.nix

8 lines
124 B
Nix
Raw Normal View History

2025-01-26 00:36:34 +02:00
{lib, ...}: let
inherit (lib.modules) mkForce;
in {
time.timeZone = mkForce "UTC";
olympus.device.type = "server";
}