From 3c50a53d9b10885cc1c8ec43647e62eb5f1c20e3 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 21 Mar 2024 18:36:32 +0100 Subject: [PATCH] fix btrfs mount --- systems/kuraokami/hardware.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/systems/kuraokami/hardware.nix b/systems/kuraokami/hardware.nix index 1c61535..53f6808 100644 --- a/systems/kuraokami/hardware.nix +++ b/systems/kuraokami/hardware.nix @@ -26,11 +26,12 @@ fileSystems = { "/" = { - device = "/dev/nvme1n1p2"; + device = "/dev/disk/by-uuid/ec151a68-5886-4747-b5e3-2f9bdb89e162"; fsType = "btrfs"; + options = [ "subvol=@" ]; }; "/boot" = { - device = "/dev/nvme1n1p1"; + device = "/dev/disk/by-uuid/8EED-43E3"; fsType = "vfat"; }; "/media/gaming" = {