forked from raito/shared-public-infra
friends: cleanup ninjatrappeur, flokli account
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
a8b450dd56
commit
86cff4e34f
|
@ -5,17 +5,8 @@ let
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
# deleted users: ninjatrappeur, flokli
|
||||||
users.users = {
|
users.users = {
|
||||||
# Raito: unused since a while, it was made for working on the production database of Hydra.
|
|
||||||
ninjatrappeur = {
|
|
||||||
isNormalUser = true;
|
|
||||||
home = "/home/ninjatrappeur";
|
|
||||||
shell = "/run/current-system/sw/bin/zsh";
|
|
||||||
uid = 2000;
|
|
||||||
extraGroups = trustedFriendGroups;
|
|
||||||
expires = "2024-01-01";
|
|
||||||
openssh.authorizedKeys.keyFiles = [ ./keys/ninjatrappeur.keys ];
|
|
||||||
};
|
|
||||||
linus = {
|
linus = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/linus";
|
home = "/home/linus";
|
||||||
|
@ -34,18 +25,6 @@ in
|
||||||
extraGroups = trustedFriendGroups;
|
extraGroups = trustedFriendGroups;
|
||||||
openssh.authorizedKeys.keyFiles = [ ./keys/niklas.keys ];
|
openssh.authorizedKeys.keyFiles = [ ./keys/niklas.keys ];
|
||||||
};
|
};
|
||||||
# Raito: Temporary account for flokli, disable when he's done with it.
|
|
||||||
flokli = {
|
|
||||||
isNormalUser = true;
|
|
||||||
home = "/home/flokli";
|
|
||||||
shell = "/run/current-system/sw/bin/zsh";
|
|
||||||
uid = 2003;
|
|
||||||
expires = "2024-02-01";
|
|
||||||
extraGroups = trustedFriendGroups;
|
|
||||||
openssh.authorizedKeys.keys = [
|
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPTVTXOutUZZjXLB0lUSgeKcSY/8mxKkC0ingGK1whD2 flokli"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
# Raito: Temporary account for jade, for benchmarking stuff.
|
# Raito: Temporary account for jade, for benchmarking stuff.
|
||||||
jade = {
|
jade = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
|
Loading…
Reference in a new issue