This commit is contained in:
alisceon 2025-09-30 19:45:35 +02:00
parent 69931d4db9
commit 19216244a8

View file

@ -68,6 +68,12 @@
hostPath = "/dev/fuse";
};
};
allowedDeviecs = [
{
path = "/dev/fuse";
access = "rwm";
}
];
# Guest (inside the nspawn container)
config = { pkgs, lib, ... }: {