From cb3f315db9020ae6e6ead47c203e58e77b7830f9 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 13 Jan 2024 12:12:31 +0100 Subject: [PATCH] Correct partition label --- modules/hardware/raspi4/raspi-base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware/raspi4/raspi-base.nix b/modules/hardware/raspi4/raspi-base.nix index 9d268c8..abc6c44 100644 --- a/modules/hardware/raspi4/raspi-base.nix +++ b/modules/hardware/raspi4/raspi-base.nix @@ -65,7 +65,7 @@ in { boot.kernelParams = [ "rootflags=atgc" "rw" ]; fileSystems."/" = { - device = "/dev/disk/by-label/NIXOSSD"; + device = "/dev/disk/by-label/root"; fsType = "f2fs"; options = [ "atgc,gc_merge"