Infini-DL360: make dataset mountpoints legacy
This commit is contained in:
parent
f97ee3bcc9
commit
bed9bb6b56
1 changed files with 3 additions and 3 deletions
|
@ -36,13 +36,13 @@ in
|
||||||
zpool = mapAttrs mkZPool {
|
zpool = mapAttrs mkZPool {
|
||||||
zssd = {
|
zssd = {
|
||||||
datasets = {
|
datasets = {
|
||||||
nix = mkZfs "/nix" {};
|
nix = mkZfs "/nix" { options.mountpoint = "legacy"; };
|
||||||
persist = mkZfs "/persist" {};
|
persist = mkZfs "/persist" { options.mountpoint = "legacy"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
zhdd = {
|
zhdd = {
|
||||||
datasets = {
|
datasets = {
|
||||||
storage = mkZfs "/storage" {};
|
storage = mkZfs "/storage" { options.mountpoint = "legacy"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue