feat(Infini-DESKTOP): mount Hydrus database on boot
This commit is contained in:
parent
1850439ead
commit
4ce078113f
1 changed files with 6 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue