remove nex

because fednex issues are solved
This commit is contained in:
Henry Hiles 2026-08-04 13:47:34 -04:00
commit 2392d640a6
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
3 changed files with 0 additions and 25 deletions

View file

@ -18,7 +18,6 @@
"@nexusbot:federated.nexus"
"@quadradical:federated.nexus"
"@hexaheximal:federated.nexus"
"@nex:nexy7574.co.uk"
];
well_known = {

View file

@ -1,13 +0,0 @@
{ 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" ];
};
services.openssh.settings.AllowUsers = [ "timedout" ];
}