Correct partition label

This commit is contained in:
Andreas Zweili 2024-01-13 12:12:31 +01:00
parent 0ff295369f
commit cb3f315db9
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ in {
boot.kernelParams = [ "rootflags=atgc" "rw" ]; boot.kernelParams = [ "rootflags=atgc" "rw" ];
fileSystems."/" = { fileSystems."/" = {
device = "/dev/disk/by-label/NIXOSSD"; device = "/dev/disk/by-label/root";
fsType = "f2fs"; fsType = "f2fs";
options = [ options = [
"atgc,gc_merge" "atgc,gc_merge"