Franz: Disable network monitor online check

This commit is contained in:
GHOSCHT 2024-08-24 10:14:23 +02:00
parent 7f2c004895
commit 9be1af00f8
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -33,8 +33,11 @@ in {
networking.hostId = "f014fc43";
services.zfs.autoScrub.enable = true;
# Prevent server from getting stuck in emergency mode and non-connectable via SSH
systemd.enableEmergencyMode = false;
networking.firewall.enable = true;
# Fix rebuild being stuck when Pihole is down due to docker restart
systemd.services.NetworkManager-wait-online.enable = false;
# Prevent zfs from being automounted by fstab auto discovery & zfs
fileSystems."/storage/dataset".options = ["noauto"];