hyperpaper

This commit is contained in:
2023-08-08 14:41:33 +02:00
parent 8e34b7d8f3
commit a5208fedba
6 changed files with 93 additions and 2 deletions

6
modules/systemd.nix Normal file
View File

@@ -0,0 +1,6 @@
{
systemd = {
extraConfig = "DefaultTimeoutStopSec = 10s";
services.NetworkManager-wait-online.enable = false;
};
}