From 30e47b3e98ac0e427c1b8e7a82489892c2354d85 Mon Sep 17 00:00:00 2001
From: sils <sils@sils.li>
Date: Sat, 14 Jan 2023 15:04:00 +0100
Subject: Feat: Switch root into subvolume

This enables further changes like temproot.
---
 hardware-configuration.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hardware-configuration.nix b/hardware-configuration.nix
index cb9d265..19626a7 100644
--- a/hardware-configuration.nix
+++ b/hardware-configuration.nix
@@ -6,5 +6,6 @@
   fileSystems."/" = {
     device = "/dev/vda3";
     fsType = "btrfs";
+    options = ["subvol=nixos-root"];
   };
 }
-- 
cgit 1.4.1