From 63d0f4b42f1bf8e50d183d1933e73c01a08d1a93 Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 15 Oct 2022 17:58:59 +0200 Subject: [PATCH] hosts/hydra-2: remove ssh command, because it doesn't work --- hosts/hydra-2/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hydra-2/configuration.nix b/hosts/hydra-2/configuration.nix index 1c708ca..61022b0 100644 --- a/hosts/hydra-2/configuration.nix +++ b/hosts/hydra-2/configuration.nix @@ -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 = {