nixos/homebox: remove 'network.target' dependency

This commit is contained in:
Bruno BELANYI
2025-04-07 21:31:52 +01:00
parent 4ae49051cb
commit 2830bf83f8
@@ -52,7 +52,6 @@ in
HBOX_MODE = mkDefault "production";
};
systemd.services.homebox = {
after = [ "network.target" ];
environment = cfg.settings;
serviceConfig = {
User = "homebox";