From 4bbd871778d9f8ea57a91168b5bd6c1af12bfbf4 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sun, 13 Jul 2025 03:47:09 +0200 Subject: [PATCH] add games mount --- hosts/gaming-pc.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/gaming-pc.nix b/hosts/gaming-pc.nix index 39fecf9..caa4b3d 100644 --- a/hosts/gaming-pc.nix +++ b/hosts/gaming-pc.nix @@ -52,6 +52,13 @@ fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; }; + + "/var/games" = + { + device = "/dev/disk/by-uuid/d650af28-772a-4b08-a370-4c62ba0dc764"; # Old Gaming Arch partition + fsType = "btrfs"; + options = [ "subvol=/Games" "compress-force=zstd" ]; + }; }; # Config modules