NiksOS/hosts/lapserv/default.nix
2025-03-28 08:56:56 +01:00

14 lines
222 B
Nix

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