Disable emergency mode

This commit is contained in:
Sandro - 2024-02-24 20:25:37 +01:00
parent 22c311a3a6
commit 074992b128
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 0 deletions

View File

@ -307,6 +307,9 @@
'';
systemd = {
# don't kick us out if one disk is missing
enableEmergencyMode = false;
# maybe set enable = false instead?
network.wait-online.anyInterface = true;