summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--hardware-configuration.nix1
1 files changed, 1 insertions, 0 deletions
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"];
   };
 }