feat(modules/games): adding the rules for the hdd

This commit is contained in:
Raphael 2025-10-14 12:04:57 +02:00
parent f9cbea676d
commit 742801701e
No known key found for this signature in database

View file

@ -35,6 +35,10 @@ in
}; };
}; };
systemd.tmpfiles.rules = [
"d /mnt/data 2770 root datausers -"
];
systemd.user.services."steam-bp" = lib.mkIf cfg.bp { systemd.user.services."steam-bp" = lib.mkIf cfg.bp {
description = "Steam Big Picture auto start"; description = "Steam Big Picture auto start";
wantedBy = [ "graphical-session.target" ]; wantedBy = [ "graphical-session.target" ];