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 {
|
systemd.services.autoupdate = util.mkStaticSystemdService {
|
||||||
enable = true;
|
enable = true;
|
||||||
description = "Signed system auto-update.";
|
description = "Signed system auto-update.";
|
||||||
serviceConfig.Type = "oneshot";
|
serviceConfig = {
|
||||||
|
RuntimeMaxSec = "55m";
|
||||||
|
Type = "oneshot";
|
||||||
|
};
|
||||||
path = with pkgs; [
|
path = with pkgs; [
|
||||||
bash
|
bash
|
||||||
git
|
git
|
||||||
|
|
Loading…
Reference in a new issue