Changes for lambda

This commit is contained in:
Root
2021-07-25 22:45:36 -07:00
parent b415eb0550
commit 0a179163b3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ in {
"/" = {
device = "none";
fsType = "tmpfs";
options = [ "noexec" ];
options = [ "noexec" "mode=755" ];
};
"/nix" = {