This commit is contained in:
Ezri Zhu 2024-09-26 05:55:31 -04:00
parent 3b9e973426
commit 1d63848ca5
Signed by: ezri
SSH key fingerprint: SHA256:PjS2hKMfl3gJ5Furjjq+kXa4ZvS1c0gb4/djAxxAf6c

View file

@ -3,6 +3,7 @@
{
nix.settings.trusted-users = [ "@wheel" ];
users.users.ezri = {
uid = 2000;
isNormalUser = true;
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = [