This commit is contained in:
2026-01-22 13:18:04 -07:00
parent 62c0915491
commit 020dee9b0f
8 changed files with 14 additions and 82 deletions

11
settings.nix Normal file
View File

@@ -0,0 +1,11 @@
{
hostname = "lavitz";
username = "atridad";
userDescription = "Atridad Lahiji";
timezone = "America/Edmonton";
locale = "en_CA.UTF-8";
userGroups = [ "networkmanager" "wheel" "docker" "plugdev" ];
gitName = "Atridad Lahiji";
gitEmail = "me@atri.dad";
gitKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILKb+pDgkHEKI7LDWvZbhoLJ11uJMaCmVyAqotDxNOI7 me@atri.dad";
}