From 5c7fb068c3d7ede240ca94728ea476e5ab4fe7ef Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sun, 27 Aug 2023 13:43:24 +0200 Subject: [PATCH] failed mount blocked boot - disable secondary partitions --- vinzenz-pc3-hardware-configuration.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/vinzenz-pc3-hardware-configuration.nix b/vinzenz-pc3-hardware-configuration.nix index 353c828..3f603b1 100644 --- a/vinzenz-pc3-hardware-configuration.nix +++ b/vinzenz-pc3-hardware-configuration.nix @@ -29,17 +29,17 @@ fsType = "vfat"; }; - "/sdmanjaro" = { - device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532"; - fsType = "btrfs"; - options = ["subvol=@"]; - }; +# "/sdmanjaro" = { +# device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532"; +# fsType = "btrfs"; +# options = ["subvol=@"]; +# }; - "/sdmanjaro/home" = { - device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532"; - fsType = "btrfs"; - options = ["subvol=home"]; - }; +# "/sdmanjaro/home" = { +# device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532"; +# fsType = "btrfs"; +# options = ["subvol=home"]; +# }; }; swapDevices = [];