nixos: fix remaining services for network-online dep fix
This commit is contained in:
@@ -435,6 +435,7 @@ in {
|
||||
|
||||
systemd.services.home-assistant = {
|
||||
description = "Home Assistant";
|
||||
wants = [ "network-online.target" ];
|
||||
after = [
|
||||
"network-online.target"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user