monolith move music to hard drive

This commit is contained in:
Leonardo Eugênio 2022-11-29 15:48:23 -03:00
parent 33ccac86fb
commit 9359b99b8a

View file

@ -53,6 +53,11 @@ in {
fsType = "btrfs";
options = [ "subvol=@torrents" "nofail" ] ++ btrfs_options;
};
fileSystems."/home/lelgenio/Música" = {
device = "/dev/disk/by-label/BTRFS_DATA";
fsType = "btrfs";
options = [ "subvol=@music" "nofail" ] ++ btrfs_options;
};
services.udev.extraRules = ''
ACTION=="add", SUBSYSTEM=="pci", DRIVER=="pcieport", ATTR{power/wakeup}="disabled"
'';