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