nixos/home/user.nix

8 lines
151 B
Nix
Raw Normal View History

{
users.profiles = {
koishi = { uid = 1300; admin = true; sshLogin = true; }; # 0x514 = 1300 :)
staging.uid = 1000;
root.uid = 0;
};
}