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 = {