epyc: add flokli account for 3-ish days
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
056f8be2a5
commit
ed5f2cb13f
|
@ -34,6 +34,17 @@ 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"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue