add Music storage volume

This commit is contained in:
chaos 2025-02-16 14:08:51 +00:00
parent b9c73efdbe
commit 6b05383f24
No known key found for this signature in database

View file

@ -3,4 +3,10 @@
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
fileSystems."/Music" = {
device = "/dev/disk/by-label/music";
fsType = "ext4";
options = ["nofail"];
};
}