From 2baef5f33ca7bfc64833ebeb0e58988051d0d3d2 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Tue, 3 Jun 2025 20:58:51 +0300 Subject: [PATCH] Moved virtiofsd to be near virtualization code and added appimage-run to run appimages --- hosts/configuration.nix | 1 + modules/apps.nix | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 1437478..2d6cd73 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -96,6 +96,7 @@ runAsRoot = true; ovmf.enable = true; }; + environment.systemPackages = [ pkgs.virtiofsd ]; # For shared fs services.syncthing.enable = true; services.syncthing = { diff --git a/modules/apps.nix b/modules/apps.nix index 072cb70..5c65699 100644 --- a/modules/apps.nix +++ b/modules/apps.nix @@ -101,13 +101,9 @@ ffmpeg nh kondo # Cleans build caches - kopia kopia-ui - - fuse - qemu_kvm - virtiofsd + appimage-run ]; # VPN for Vault Hunters to avoid connection issues