nix/hosts/quiver/id.nix
2026-02-16 11:32:22 +11:00

7 lines
209 B
Nix

_: {
networking.hostName = "quiver";
time.timeZone = "Australia/Sydney";
time.hardwareClockInLocalTime = false;
i18n.defaultLocale = "en_AU.UTF-8";
i18n.supportedLocales = [ "en_AU.UTF-8/UTF-8" ];
}