fix(bbsteamie): add timeout to decky
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
a69f665865
commit
1bb3f8e5e1
1 changed files with 3 additions and 0 deletions
|
@ -41,4 +41,7 @@ in {
|
|||
enable = true;
|
||||
user = mainUser;
|
||||
};
|
||||
|
||||
# Takes way too long to shutdown
|
||||
systemd.services."decky-loader".serviceConfig.TimeoutStopSec = "5";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue