Changes for lambda
This commit is contained in:
@@ -43,7 +43,7 @@ in {
|
||||
"/" = {
|
||||
device = "none";
|
||||
fsType = "tmpfs";
|
||||
options = [ "noexec" ];
|
||||
options = [ "noexec" "mode=755" ];
|
||||
};
|
||||
|
||||
"/nix" = {
|
||||
|
||||
Reference in New Issue
Block a user