yarn: disable suspend + friends

This commit is contained in:
2025-12-10 06:38:26 -05:00
parent 8eea17dc58
commit ccd36998a1

View File

@@ -24,6 +24,13 @@
options = [ "nofail" ];
};
systemd.targets = {
sleep.enable = false;
suspend.enable = false;
hibernate.enable = false;
hybrid-sleep.enable = false;
};
networking.hostId = "abf570f9";
services.openssh = {