mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
systemd: enable watchdog
This commit is contained in:
parent
a85d214498
commit
ccdda35325
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
enableRootSlice = true;
|
||||
enableUserSlices = true;
|
||||
};
|
||||
watchdog = {
|
||||
runtimeTime = "30s";
|
||||
rebootTime = "10m";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue