nixy/filesystem: update uuid for nix_store
This commit is contained in:
parent
15c7f6e3b5
commit
d4bae9aa7a
@ -20,7 +20,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/nix" =
|
fileSystems."/nix" =
|
||||||
{ device = "/dev/disk/by-uuid/e7dc8aad-3c9e-4190-a576-28ac230560bf";
|
{ device = "/dev/disk/by-uuid/6b8d9a11-3bc4-4c63-afd3-336975abe987";
|
||||||
fsType = "f2fs";
|
fsType = "f2fs";
|
||||||
options = [ "atgc" "gc_merge" "lazytime" ];
|
options = [ "atgc" "gc_merge" "lazytime" ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user