From b544e480d28828e5ff57f8866756256d7a59465a Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Fri, 15 Aug 2025 15:01:08 +0200 Subject: [PATCH] disable btrfs root mount --- hosts/vinzenz-pc2/fstab.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/vinzenz-pc2/fstab.nix b/hosts/vinzenz-pc2/fstab.nix index 1c9c7e5..fbacbc8 100644 --- a/hosts/vinzenz-pc2/fstab.nix +++ b/hosts/vinzenz-pc2/fstab.nix @@ -22,13 +22,13 @@ fsType = "vfat"; }; - "/mnt/nixos_btrfs_root" = { - # subvolume with id 5 is always the root volume - # this is convenient for managing the flat subvolume hierarchy - device = "/dev/disk/by-uuid/0e9c983a-e733-447e-8181-f41d6670c4b8"; - fsType = "btrfs"; - options = [ "subvolid=5" ]; - }; + #"/mnt/nixos_btrfs_root" = { + # # subvolume with id 5 is always the root volume + # # this is convenient for managing the flat subvolume hierarchy + # device = "/dev/disk/by-uuid/0e9c983a-e733-447e-8181-f41d6670c4b8"; + # fsType = "btrfs"; + # options = [ "subvolid=5" ]; + #}; "/mnt/ssd2" = { device = "/dev/disk/by-uuid/6b2a647d-c68e-4c07-85bf-c9bfc5db7e8a";