diff --git a/vinzenz-pc3.nix b/vinzenz-pc3.nix index 8ab194a..50af822 100644 --- a/vinzenz-pc3.nix +++ b/vinzenz-pc3.nix @@ -42,6 +42,14 @@ options = ["subvol=@games"]; }; + "/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"]; + }; + "/boot" = { device = "/dev/disk/by-uuid/AF67-8F16"; fsType = "vfat";