1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-06-15 13:28:46 +02:00

systemd: enable watchdog

This commit is contained in:
Rouven Seifert 2024-03-04 20:06:38 +01:00
parent a85d214498
commit ccdda35325
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -13,6 +13,10 @@
enableRootSlice = true;
enableUserSlices = true;
};
watchdog = {
runtimeTime = "30s";
rebootTime = "10m";
};
};
}