fix hibernate-then-sleep delay

This commit is contained in:
2025-10-07 02:38:37 +02:00
parent 0e5900e2f4
commit 2480d38620

View File

@@ -608,4 +608,8 @@ in
};
wantedBy = [ "timers.target" ];
};
systemd.sleep.extraConfig = ''
HibernateDelaySec=60min
'';
}