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, ... }: {