15 lines
No EOL
329 B
Nix
15 lines
No EOL
329 B
Nix
{
|
|
# User configs
|
|
username = "albert";
|
|
user-full-name = "Albert J. Copeland";
|
|
email_address = "albert@sysctl.io";
|
|
|
|
# Machine configs
|
|
hostname = "p1-fedora";
|
|
hardware-type = "desktop"; # Desktop, Laptop, Server
|
|
system-arch = "x86_64-linux";
|
|
|
|
# OS configs
|
|
nixos-version = "unstable";
|
|
timezone = "Asia/Tokyo";
|
|
} |