l prism.r: add /bku

This commit is contained in:
lassulus 2017-11-14 01:03:27 +01:00
parent f1a0eb6686
commit 0bfb105194

View File

@ -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"; }