feat(modules/games): adding the rules for the hdd
This commit is contained in:
parent
f9cbea676d
commit
742801701e
1 changed files with 4 additions and 0 deletions
|
|
@ -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" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue