Change requirements of the shepherd service

Evgeny PisemskySun Mar 02 21:33:23+0300 2025

2241124

Change requirements of the shepherd service

modules/homeassistant-service.scm

1-
;;; SPDX-FileCopyrightText: 2024 Evgeny Pisemsky <mail@pisemsky.site>
1+
;;; SPDX-FileCopyrightText: 2024, 2025 Evgeny Pisemsky <mail@pisemsky.site>
22
;;;
33
;;; SPDX-License-Identifier: GPL-3.0-or-later
44

5555
    (list (shepherd-service
5656
           (documentation "Run the Home Assistant platform.")
5757
           (provision '(homeassistant))
58-
           (requirement '(loopback))
58+
           (requirement '(user-processes networking))
5959
           (start #~(make-forkexec-constructor
6060
                     (list #$(file-append package "/bin/hass")
6161
                           "--config" #$homeassistant-config-dir