forked from mirrors_public/oddlama_nix-config
fix: missed some with; changes
This commit is contained in:
parent
3a10375dcc
commit
6ca8df1c30
1 changed files with 2 additions and 2 deletions
|
@ -39,10 +39,10 @@ in {
|
|||
"safe/guests" = lib.disko.zfs.unmountable;
|
||||
};
|
||||
};
|
||||
storage = mkZpool {
|
||||
storage = lib.disko.zfs.mkZpool {
|
||||
mode = "raidz";
|
||||
datasets = {
|
||||
"safe/guests" = unmountable;
|
||||
"safe/guests" = lib.disko.zfs.unmountable;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue