diff --git a/hosts/uConsole/configuration.nix b/hosts/uConsole/configuration.nix index 8a550e8..ef1b9dc 100644 --- a/hosts/uConsole/configuration.nix +++ b/hosts/uConsole/configuration.nix @@ -107,6 +107,7 @@ # ============================================================ systemd.services.rnsd = { description = "Reticulum Network Stack Daemon"; + wants = [ "network-online.target" ]; after = [ "network-online.target" ]; wantedBy = [ "multi-user.target" ]; serviceConfig = { @@ -124,6 +125,7 @@ # ============================================================ systemd.services.kismet = { description = "Kismet Wi-Fi Monitor & IDS"; + wants = [ "network-online.target" ]; after = [ "network-online.target" ]; wantedBy = [ "multi-user.target" ]; serviceConfig = {