diff options
Diffstat (limited to 'hosts/ahmed/configuration.nix')
-rw-r--r-- | hosts/ahmed/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index 79b9ff9..945f29c 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -41,6 +41,8 @@ eula = true; package = pkgs.papermc; openFirewall = true; + # Try shutting down every 10 minutes. + frequency-check-players = "*-*-* *:00/10:00"; }; services.cloudflare-dyndns.domains = ["minecraft.linus.onl"]; @@ -87,6 +89,7 @@ services.disable-screen = { enable = true; + # The path to the device. device-path = "/sys/class/backlight/intel_backlight"; |