l 1 helios: mount /bku
This commit is contained in:
parent
94fa4005d6
commit
2067d4efe9
|
@ -53,6 +53,11 @@ with builtins;
|
|||
"/boot" = {
|
||||
device = "/dev/sda1";
|
||||
};
|
||||
|
||||
"/bku" = {
|
||||
device = "/dev/pool/bku";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
#services.udev.extraRules = ''
|
||||
|
|
Loading…
Reference in a new issue