nixy/filesystem: update uuid for nix_store

This commit is contained in:
Asmir A 2024-05-31 19:34:09 +02:00
parent 15c7f6e3b5
commit d4bae9aa7a
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

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" ];
};