1
0
Fork 0

hosts/hydra-2: remove ssh command, because it doesn't work

This commit is contained in:
clerie 2022-10-15 17:58:59 +02:00
parent fa025a7a65
commit 63d0f4b42f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
services.openssh.permitRootLogin = "yes";
users.extraUsers.root.openssh.authorizedKeys.keys = [
''command="nix-store --serve --write" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMv8Lbca/CR4das3HJ2F/sQ9dA7kdGS1hSVTt5lX4diP root@hydra-1''
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMv8Lbca/CR4das3HJ2F/sQ9dA7kdGS1hSVTt5lX4diP root@hydra-1"
];
clerie.monitoring = {