Skip to content

Commit

Permalink
nixos/configurations/adrastea: set uid for known users
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Dec 27, 2024
1 parent 168ea1e commit 0cd052b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/configurations/adrastea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,12 @@
'';
};

users.users.lyc.uid = 1000;

users.users = {
zxy = {
isNormalUser = true;
uid = 1001;
description = "Xiaoyu Zhang";
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAChPZIziXRA0i7/A5Q5JuQf0rh2tfIuQ/lE7gxoxyUv zhang@hhh"
Expand Down

0 comments on commit 0cd052b

Please sign in to comment.