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