nix/hosts/quiver/id.nix
2025-11-21 17:25:05 +11:00

8 lines
257 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" ];
nixpkgs.hostPlatform.system = "x86_64-linux";
}