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