add timedout
This commit is contained in:
parent
76e5061cb5
commit
90a4088e27
2 changed files with 22 additions and 0 deletions
11
clients/quadraticserver/nex.nix
Normal file
11
clients/quadraticserver/nex.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, ... }: {
|
||||
users.users.timedout = {
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILf4WiyLVNQeCdAB/o8WjV8yH0tw+227gbLbpzNSbVzU nex@pc.timedout.uk"
|
||||
];
|
||||
hashedPasswordFile = config.age.secrets."timedoutPassword.age".path;
|
||||
description = "Nex";
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
}
|
||||
Loading…
Reference in a new issue