about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/leguin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/leguin.nix b/machines/profpatsch/leguin.nix
index c1c6f195..2eb8f84b 100644
--- a/machines/profpatsch/leguin.nix
+++ b/machines/profpatsch/leguin.nix
@@ -40,7 +40,7 @@ in
     fileSystems."/" = {
       device = "/dev/disk/by-label/nixos";
       fsType = "btrfs";
-      options = [ "ssd" "subvol=/root" ];
+      options = [ "ssd" ];
     };
 
     fileSystems."/boot" = {