From 1aaf8850986e1199b1830ee2b754c329dc179f04 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 30 Aug 2022 15:46:43 +0900 Subject: Reorganize games --- nix/hardware-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nix/hardware-configuration.nix') diff --git a/nix/hardware-configuration.nix b/nix/hardware-configuration.nix index f957f2b..94bf58c 100644 --- a/nix/hardware-configuration.nix +++ b/nix/hardware-configuration.nix @@ -63,6 +63,12 @@ neededForBoot = true; }; + "/home/sea/Games" = { + device = "/dev/disk/by-uuid/75646045-86cf-4b97-90ad-7acd384f8b35"; + fsType = "btrfs"; + options = [ "subvol=games" "compress-force=zstd" "noatime" ]; + }; + "/home/sea/Videos/Movies" = { device = "/dev/disk/by-uuid/75646045-86cf-4b97-90ad-7acd384f8b35"; fsType = "btrfs"; -- cgit 1.4.1