Merge branch 'nixops' of ssh://git.fudo.org:2222/fudosys/NixOS into nixops

This commit is contained in:
2021-07-25 22:46:10 -07:00
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" = {