refactor in style of synaptic standard

This commit is contained in:
atagen 2025-07-20 23:35:43 +10:00
parent ce295da1c1
commit 7241056c37
119 changed files with 1098 additions and 3063 deletions

9
hosts/adrift/id.nix Normal file
View file

@ -0,0 +1,9 @@
{ ... }:
{
networking.hostName = "adrift"; # Define your hostname.
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";
}