users: declare UIDs

This commit is contained in:
Aly Raffauf 2024-06-18 18:50:28 -04:00
parent 2193d39fc8
commit 9457d47b86
3 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,8 @@
hashedPassword = config.alyraffauf.users.aly.password; hashedPassword = config.alyraffauf.users.aly.password;
isNormalUser = true; isNormalUser = true;
linger = true; linger = true;
uid = 1000;
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGcJBb7+ZxkDdk06A0csNsbgT9kARUN185M8k3Lq7E/d u0_a336@localhost" # termux on winona "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGcJBb7+ZxkDdk06A0csNsbgT9kARUN185M8k3Lq7E/d u0_a336@localhost" # termux on winona
(builtins.readFile ../../../secrets/publicKeys/aly_lavaridge.pub) (builtins.readFile ../../../secrets/publicKeys/aly_lavaridge.pub)

View file

@ -11,6 +11,7 @@
extraGroups = ["networkmanager" "wheel" "docker" "libvirtd" "video"]; extraGroups = ["networkmanager" "wheel" "docker" "libvirtd" "video"];
hashedPassword = config.alyraffauf.users.dustin.password; hashedPassword = config.alyraffauf.users.dustin.password;
isNormalUser = true; isNormalUser = true;
uid = 1001;
}; };
}; };
} }

View file

@ -11,6 +11,7 @@
extraGroups = ["networkmanager" "wheel" "docker" "libvirtd" "video"]; extraGroups = ["networkmanager" "wheel" "docker" "libvirtd" "video"];
hashedPassword = config.alyraffauf.users.morgan.password; hashedPassword = config.alyraffauf.users.morgan.password;
isNormalUser = true; isNormalUser = true;
uid = 1002;
}; };
}; };
} }