user update
This commit is contained in:
parent
8100e7254e
commit
47a035d1b2
1 changed files with 7 additions and 0 deletions
|
@ -189,4 +189,11 @@
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID/yDTqQK4WpNqJTKdEXgjYfGUx5wL1unRKzt/ipelxh yui@abyss"
|
"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")];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue