Added swap partition
This commit is contained in:
parent
5db52a4f84
commit
5ce6b9bdf2
@ -18,12 +18,19 @@
|
||||
};
|
||||
};
|
||||
zfs = {
|
||||
size = "100%";
|
||||
end = "-4G";
|
||||
content = {
|
||||
type = "zfs";
|
||||
pool = "tank";
|
||||
};
|
||||
};
|
||||
swap = {
|
||||
size = "100%";
|
||||
content = {
|
||||
type = "swap";
|
||||
discardPolicy = "both";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user