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";
|
device = "none";
|
||||||
fsType = "tmpfs";
|
fsType = "tmpfs";
|
||||||
options = [ "defaults" "size=${size}" "mode=755" ];
|
options = [ "defaults" "size=${size}" "mode=755" ];
|
||||||
|
};
|
||||||
in {
|
in {
|
||||||
"/" = zfs "tank/local/root";
|
"/" = zfs "tank/local/root";
|
||||||
"/tmp" = zfs "tank/local/tmp";
|
"/tmp" = zfs "tank/local/tmp";
|
||||||
|
|
Loading…
Reference in a new issue