summaryrefslogtreecommitdiff
path: root/system-profiles/tmpfs-root.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles/tmpfs-root.nix')
-rw-r--r--system-profiles/tmpfs-root.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/system-profiles/tmpfs-root.nix b/system-profiles/tmpfs-root.nix
index d0b3be76..9cdb0308 100644
--- a/system-profiles/tmpfs-root.nix
+++ b/system-profiles/tmpfs-root.nix
@@ -1,5 +1,7 @@
1{ ... }: { 1{ ... }: {
2 config = { 2 config = {
3 system.etc.overlay.enable = true;
4
3 fileSystems."/" = { 5 fileSystems."/" = {
4 fsType = "tmpfs"; 6 fsType = "tmpfs";
5 options = [ "mode=0755" ]; 7 options = [ "mode=0755" ];