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 = [