l prism.r: add /bku
This commit is contained in:
parent
f1a0eb6686
commit
0bfb105194
@ -67,6 +67,11 @@ in {
|
|||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/bku" = {
|
||||||
|
device = "/dev/pool/bku";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{ label = "swap1"; }
|
{ label = "swap1"; }
|
||||||
{ label = "swap2"; }
|
{ label = "swap2"; }
|
||||||
|
Loading…
Reference in New Issue
Block a user