yarn: disable suspend + friends

This commit is contained in:
2025-12-10 06:38:26 -05:00
parent f15f664b4e
commit accb90ca63

View File

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