1
0
Fork 0

disable security for bordervm "liminix" share

tftp needs to be able to follow symlinks into the store
This commit is contained in:
Daniel Barlow 2024-07-01 20:53:03 +01:00
parent 9dbc285605
commit 2663f58807
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ in {
};
sharedDirectories = {
liminix = {
securityModel = "none";
source = builtins.toString ./.;
target = "/home/liminix/liminix";
};