Files
haschel/settings.nix
2026-02-06 18:30:57 -07:00

9 lines
203 B
Nix

{
hostname = "haschel";
username = "atridad";
userDescription = "Atridad Lahiji";
timezone = "America/Edmonton";
locale = "en_CA.UTF-8";
userGroups = [ "networkmanager" "wheel" "docker" ];
}