From 01821cec952be02a44c58c87118b5dbbdcac6445 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 15 Sep 2024 16:37:09 +0200 Subject: [PATCH] stuff --- hosts/vessel/audiocomp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vessel/audiocomp.nix b/hosts/vessel/audiocomp.nix index 1c6576d..3095d13 100644 --- a/hosts/vessel/audiocomp.nix +++ b/hosts/vessel/audiocomp.nix @@ -9,7 +9,7 @@ runtimeInputs = [ pkgs.parallel pkgs.rsync - pkgs.ssh + pkgs.openssh ]; text = let remoteDir = inputs.self.nixosConfigurations.abacus.config.services.navidrome.settings.MusicFolder;