feat(Infini-DESKTOP): mount Hydrus database on boot

This commit is contained in:
Infinidoge 2022-01-31 23:45:49 -05:00
parent 1850439ead
commit 4ce078113f

View file

@ -56,6 +56,12 @@ in
fsType = "vfat";
neededForBoot = true;
};
"/home/infinidoge/Hydrus" = {
device = uuid "b26b002b-2ed5-44ea-8018-f65c994a79cb";
fsType = "btrfs";
options = [ "subvol=Hydrus" "autodefrag" "noatime" "ssd" ];
};
};
swapDevices = [