From 984a11e798e01b254dd7999eac99c233881d9091 Mon Sep 17 00:00:00 2001 From: nydragon Date: Sat, 1 Mar 2025 13:27:59 +0100 Subject: [PATCH] fix: have home on ssd and games on hdd --- hosts/brontes/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/brontes/hardware-configuration.nix b/hosts/brontes/hardware-configuration.nix index e0284c0..24c0f2b 100644 --- a/hosts/brontes/hardware-configuration.nix +++ b/hosts/brontes/hardware-configuration.nix @@ -38,7 +38,7 @@ ]; }; - fileSystems."/home" = { + fileSystems."/home/ny/Games" = { device = "/dev/disk/by-uuid/efe4d345-e248-4101-b74d-4a215b42e059"; fsType = "btrfs"; };