From 742801701edee01ad4c2efe330542bf7a5210619 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 14 Oct 2025 12:04:57 +0200 Subject: [PATCH] feat(modules/games): adding the rules for the hdd --- modules/games/steam.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/games/steam.nix b/modules/games/steam.nix index ef6723e..bc81d4d 100644 --- a/modules/games/steam.nix +++ b/modules/games/steam.nix @@ -35,6 +35,10 @@ in }; }; + systemd.tmpfiles.rules = [ + "d /mnt/data 2770 root datausers -" + ]; + systemd.user.services."steam-bp" = lib.mkIf cfg.bp { description = "Steam Big Picture auto start"; wantedBy = [ "graphical-session.target" ];