disko: fix nix store mountpoint
parent
724b68736b
commit
626b33befc
|
@ -168,7 +168,7 @@ in
|
|||
type = "zfs_fs";
|
||||
};
|
||||
"nixos/nix" = dataset "/nix";
|
||||
"nixos/nix/store" = lib.recursiveUpdate (dataset "/nixos/nix/store") {
|
||||
"nixos/nix/store" = lib.recursiveUpdate (dataset "/nix/store") {
|
||||
options.atime = "off";
|
||||
};
|
||||
"nixos/nix/var" = dataset "/nix/var";
|
||||
|
|
Loading…
Reference in New Issue