summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-07-30 18:43:33 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-07-30 18:43:33 +0200
commit5d030db5bc684b63fde95f13656b914748902183 (patch)
tree5ac6b0ad1eaa01c34eec5658c5a18fefa07f4c19
parent2a5bf55ea71ff8af6b9241730537ac98a2663f02 (diff)
downloadnixos-5d030db5bc684b63fde95f13656b914748902183.tar
nixos-5d030db5bc684b63fde95f13656b914748902183.tar.gz
nixos-5d030db5bc684b63fde95f13656b914748902183.tar.bz2
nixos-5d030db5bc684b63fde95f13656b914748902183.tar.xz
nixos-5d030db5bc684b63fde95f13656b914748902183.zip
...
-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" ];