mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 12:05:50 +03:00
nixos: fix remaining services for network-online dep fix
This commit is contained in:
parent
1b514b3e10
commit
fe474ed61a
14 changed files with 14 additions and 1 deletions
|
@ -435,6 +435,7 @@ in {
|
|||
|
||||
systemd.services.home-assistant = {
|
||||
description = "Home Assistant";
|
||||
wants = [ "network-online.target" ];
|
||||
after = [
|
||||
"network-online.target"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue