infra/nix/os/snippets/timezone.nix

8 lines
142 B
Nix
Raw Permalink Normal View History

2024-11-15 10:17:56 +01:00
{ lib, ... }:
let
2024-01-22 23:47:48 +00:00
passwords = import ../../variables/passwords.crypt.nix;
2024-11-15 10:17:56 +01:00
in
{
time.timeZone = lib.mkDefault passwords.timeZone.stefan;
}