treewide: migrate workman from thinkman
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Felix Buehler 2025-06-01 20:18:42 +02:00
parent ba5e415474
commit 62d5687a0f
6 changed files with 15 additions and 15 deletions

View file

@ -21,7 +21,7 @@ in
group = "nixremote";
shell = pkgs.bashInteractive;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGYSzDdxqaNHmaaLqEvOK/vB65zvqoCebI3Nxzgg5smq root@thinkman"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGYSzDdxqaNHmaaLqEvOK/vB65zvqoCebI3Nxzgg5smq root@workman"
];
};
nix.settings.trusted-users = [ "nixremote" ];