From 5d030db5bc684b63fde95f13656b914748902183 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 30 Jul 2024 18:43:33 +0200 Subject: ... --- system-profiles/tmpfs-root.nix | 2 ++ 1 file changed, 2 insertions(+) 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 @@ { ... }: { config = { + system.etc.overlay.enable = true; + fileSystems."/" = { fsType = "tmpfs"; options = [ "mode=0755" ]; -- cgit v1.2.3