nixos/blade: oops, forgot };
This commit is contained in:
parent
5b63d1555a
commit
bea33016f6
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ in {
|
|||
device = "none";
|
||||
fsType = "tmpfs";
|
||||
options = [ "defaults" "size=${size}" "mode=755" ];
|
||||
};
|
||||
in {
|
||||
"/" = zfs "tank/local/root";
|
||||
"/tmp" = zfs "tank/local/tmp";
|
||||
|
|
Loading…
Reference in a new issue