Add openssh as a dependency

This commit is contained in:
Manuel Thalmann 2024-12-05 14:59:28 +01:00
parent 800a6ed542
commit 87b032ed70
2 changed files with 2 additions and 2 deletions

View file

@ -6,6 +6,6 @@ function installValhallaDeps -V dir -a mountDir
set -a args --root "$mountDir" set -a args --root "$mountDir"
end end
and pacinst $args fish git jq nix sudo tmux and pacinst $args fish git jq nix openssh sudo tmux
sudo systemctl enable --now nix-daemon sudo systemctl enable --now nix-daemon
end end

View file

@ -5,7 +5,7 @@ function runActionSetup -V dir
source "$dir/nix.fish" source "$dir/nix.fish"
source "$dir/settings.fish" source "$dir/settings.fish"
echo "Installing dependencies..." echo "Installing dependencies..."
and runHook --force installValhallaDeps 'Please set up a function `installValhallaDeps` for installing `fish`, `git`, `jq`, `nix`, `sudo` and `tmux`.' and runHook --force installValhallaDeps 'Please set up a function `installValhallaDeps` for installing `fish`, `git`, `jq`, `nix`, `ssh`, `sudo` and `tmux`.'
and echo "Preparing nix..." and echo "Preparing nix..."
and runHook prepareNix || installNixPkgs and runHook prepareNix || installNixPkgs