From 5d45955cec420bafd018a6c47b17325c3284c571 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Sun, 24 May 2026 18:10:26 +0200 Subject: [PATCH] install sshfs on Void Linux --- ansible/inventory/group_vars/void.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/inventory/group_vars/void.yml b/ansible/inventory/group_vars/void.yml index e3f5960..534428b 100644 --- a/ansible/inventory/group_vars/void.yml +++ b/ansible/inventory/group_vars/void.yml @@ -18,6 +18,7 @@ void_packages_base: - elogind - fastfetch - fuse3 + - fuse-sshfs - gcc - gdb - gist