AutoUpdateSigned : Limit runtime to 55m for a weird brand new NixOS bug!
This commit is contained in:
parent
689d1af640
commit
0a6bd62f8a
|
@ -22,7 +22,10 @@ in {
|
|||
systemd.services.autoupdate = util.mkStaticSystemdService {
|
||||
enable = true;
|
||||
description = "Signed system auto-update.";
|
||||
serviceConfig.Type = "oneshot";
|
||||
serviceConfig = {
|
||||
RuntimeMaxSec = "55m";
|
||||
Type = "oneshot";
|
||||
};
|
||||
path = with pkgs; [
|
||||
bash
|
||||
git
|
||||
|
|
Loading…
Reference in a new issue