From fabfa28dd1504825e72ca1f6dda51efcabc6855d Mon Sep 17 00:00:00 2001 From: reidlab Date: Thu, 23 Apr 2026 19:25:54 -0700 Subject: [PATCH] who up playing with they games --- hosts/flubber-machine/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/flubber-machine/default.nix b/hosts/flubber-machine/default.nix index 06db379..f14743a 100755 --- a/hosts/flubber-machine/default.nix +++ b/hosts/flubber-machine/default.nix @@ -32,6 +32,12 @@ boot.kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-latest-lto-x86_64-v3; + fileSystems."/mnt/games" = + { device = "/dev/disk/by-uuid/2566324c-e299-6074-a144-ef0f72e45037"; + fsType = "btrfs"; + options = [ "subvol=games" "compress=zstd" "noatime" ]; + }; + modules = { core = { # kernel