add Music storage volume
This commit is contained in:
parent
b9c73efdbe
commit
6b05383f24
|
@ -3,4 +3,10 @@
|
|||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
fileSystems."/Music" = {
|
||||
device = "/dev/disk/by-label/music";
|
||||
fsType = "ext4";
|
||||
options = ["nofail"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue