nixy/filesystem: update uuid for nix_store

This commit is contained in:
2024-05-31 19:34:09 +02:00
parent 15c7f6e3b5
commit d4bae9aa7a

View File

@@ -20,7 +20,7 @@
};
fileSystems."/nix" =
{ device = "/dev/disk/by-uuid/e7dc8aad-3c9e-4190-a576-28ac230560bf";
{ device = "/dev/disk/by-uuid/6b8d9a11-3bc4-4c63-afd3-336975abe987";
fsType = "f2fs";
options = [ "atgc" "gc_merge" "lazytime" ];
};