mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-02 13:33:46 +01:00
fix hibernate-then-sleep delay
This commit is contained in:
@@ -608,4 +608,8 @@ in
|
||||
};
|
||||
wantedBy = [ "timers.target" ];
|
||||
};
|
||||
|
||||
systemd.sleep.extraConfig = ''
|
||||
HibernateDelaySec=60min
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user