nix/hosts/quiver/id.nix
2025-07-21 17:05:02 +10:00

8 lines
244 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.system = "x86_64-linux";
}