{ config, pkgs, ... }: { # Enable the OpenSSH daemon services.openssh.enable = true; # Sleep configuration systemd.sleep.extraConfig = '' AllowSuspend=no AllowHibernation=no AllowHybridSleep=no AllowSuspendThenHibernate=no ''; }