From 19216244a8c384a35f583034e3fe19ddc66d09d0 Mon Sep 17 00:00:00 2001 From: alisceon Date: Tue, 30 Sep 2025 19:45:35 +0200 Subject: [PATCH] allowdev --- hosts/tesla-nixos/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index c3b4e00..226e5d3 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -68,6 +68,12 @@ hostPath = "/dev/fuse"; }; }; + allowedDeviecs = [ + { + path = "/dev/fuse"; + access = "rwm"; + } + ]; # Guest (inside the nspawn container) config = { pkgs, lib, ... }: {