summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-07-31 08:06:18 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-07-31 08:06:18 +0200
commit122679ce1a17ebdf6eacbd12c0f50e140a295513 (patch)
tree71763882239b141c8693f6fd95095cb05044d78c /system-profiles
parentf92ff4faf08e066c89a7fe76ed804d7f4451f95c (diff)
downloadnixos-122679ce1a17ebdf6eacbd12c0f50e140a295513.tar
nixos-122679ce1a17ebdf6eacbd12c0f50e140a295513.tar.gz
nixos-122679ce1a17ebdf6eacbd12c0f50e140a295513.tar.bz2
nixos-122679ce1a17ebdf6eacbd12c0f50e140a295513.tar.xz
nixos-122679ce1a17ebdf6eacbd12c0f50e140a295513.zip
...
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";