0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos/homebox: remove 'network.target' dependency

This commit is contained in:
Bruno BELANYI 2025-04-07 21:31:47 +01:00
parent 4ae49051cb
commit 2830bf83f8

View file

@ -52,7 +52,6 @@ in
HBOX_MODE = mkDefault "production";
};
systemd.services.homebox = {
after = [ "network.target" ];
environment = cfg.settings;
serviceConfig = {
User = "homebox";