users: qenya: specify uid

This commit is contained in:
Katherina Walshe-Grey 2024-07-02 13:41:11 +01:00
parent 5233fe75cf
commit dcbd9d1873

View file

@ -12,6 +12,7 @@
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJEmkV9arotms79lJPsLHkdzAac4eu3pYS08ym0sB/on qenya@tohru"
];
uid = 1001;
};
home-manager.users.qenya = { config, lib, pkgs, osConfig, ... }: {