Franz: Disable network monitor online check
This commit is contained in:
parent
7f2c004895
commit
9be1af00f8
1 changed files with 4 additions and 1 deletions
|
@ -33,8 +33,11 @@ in {
|
||||||
networking.hostId = "f014fc43";
|
networking.hostId = "f014fc43";
|
||||||
services.zfs.autoScrub.enable = true;
|
services.zfs.autoScrub.enable = true;
|
||||||
|
|
||||||
|
# Prevent server from getting stuck in emergency mode and non-connectable via SSH
|
||||||
systemd.enableEmergencyMode = false;
|
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
|
# Prevent zfs from being automounted by fstab auto discovery & zfs
|
||||||
fileSystems."/storage/dataset".options = ["noauto"];
|
fileSystems."/storage/dataset".options = ["noauto"];
|
||||||
|
|
Loading…
Reference in a new issue