refactor in synaptic style
This commit is contained in:
parent
ce295da1c1
commit
da3c0898c7
119 changed files with 1093 additions and 3109 deletions
8
hosts/quiver/id.nix
Normal file
8
hosts/quiver/id.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
_: {
|
||||
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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue