allowdev
This commit is contained in:
parent
69931d4db9
commit
19216244a8
1 changed files with 6 additions and 0 deletions
|
|
@ -68,6 +68,12 @@
|
||||||
hostPath = "/dev/fuse";
|
hostPath = "/dev/fuse";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
allowedDeviecs = [
|
||||||
|
{
|
||||||
|
path = "/dev/fuse";
|
||||||
|
access = "rwm";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
# Guest (inside the nspawn container)
|
# Guest (inside the nspawn container)
|
||||||
config = { pkgs, lib, ... }: {
|
config = { pkgs, lib, ... }: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue