From 3d49314d362978f5a4d5db00346f16032f36d7ec Mon Sep 17 00:00:00 2001
From: sils <sils@sils.li>
Date: Wed, 22 Feb 2023 20:12:24 +0100
Subject: Structure: Swich back to temp-root

---
 hardware/basesystem.nix | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hardware/basesystem.nix b/hardware/basesystem.nix
index 021b9fd..e5bc5ba 100644
--- a/hardware/basesystem.nix
+++ b/hardware/basesystem.nix
@@ -29,9 +29,9 @@
 
   fileSystems = {
     "/" = {
-      device = "/dev/disk/by-label/nixos-root";
-      fsType = "btrfs";
-      options = ["subvol=nixos-root" "compress-force=zstd"];
+      device = "tmpfs";
+      fsType = "tmpfs";
+      options = ["defaults" "size=2G" "mode=755"];
     };
     "/nix" = {
       device = "/dev/disk/by-label/nixos-root";
-- 
cgit 1.4.1