user update

This commit is contained in:
Ezri Zhu 2024-10-05 01:15:44 -04:00
parent 8100e7254e
commit 47a035d1b2
Signed by: ezri
SSH key fingerprint: SHA256:PjS2hKMfl3gJ5Furjjq+kXa4ZvS1c0gb4/djAxxAf6c

View file

@ -189,4 +189,11 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID/yDTqQK4WpNqJTKdEXgjYfGUx5wL1unRKzt/ipelxh yui@abyss"
];
};
users.users.espeon = {
uid = 2025;
isNormalUser = true;
homeMode = "755";
linger = true;
openssh.authorizedKeys.keyFiles = [(builtins.fetchurl "https://github.com/espeon.keys")];
};
}