12 lines
184 B
Nix
Raw Normal View History

2025-05-19 12:53:05 +02:00
{
imports = [
./cloud-init.nix
];
systemd.sleep.extraConfig = ''
AllowSuspend=no
AllowHibernation=no
AllowHybridSleep=no
AllowSuspendThenHibernate=no
'';
}