disable security for bordervm "liminix" share
tftp needs to be able to follow symlinks into the store
This commit is contained in:
parent
9dbc285605
commit
2663f58807
|
@ -108,6 +108,7 @@ in {
|
|||
};
|
||||
sharedDirectories = {
|
||||
liminix = {
|
||||
securityModel = "none";
|
||||
source = builtins.toString ./.;
|
||||
target = "/home/liminix/liminix";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue