From 4ce078113f121875c1c81f4974cc0768bef78dee Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 31 Jan 2022 23:45:49 -0500 Subject: [PATCH] feat(Infini-DESKTOP): mount Hydrus database on boot --- hosts/Infini-DESKTOP/hardware-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/Infini-DESKTOP/hardware-configuration.nix b/hosts/Infini-DESKTOP/hardware-configuration.nix index 12c00fd..622596b 100644 --- a/hosts/Infini-DESKTOP/hardware-configuration.nix +++ b/hosts/Infini-DESKTOP/hardware-configuration.nix @@ -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 = [