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