{ imports = [ ./hardware-configuration.nix ]; niksos.server = true; systemd.sleep.extraConfig = '' AllowSuspend=no AllowHibernation=no AllowHybridSleep=no AllowSuspendThenHibernate=no ''; }