summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hardware/basesystem.nix6
1 files 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";