refactor in synaptic style
This commit is contained in:
parent
ce295da1c1
commit
a27b02276d
119 changed files with 1099 additions and 3109 deletions
9
hosts/adrift/id.nix
Normal file
9
hosts/adrift/id.nix
Normal 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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue