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:
parent
4ae49051cb
commit
2830bf83f8
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ in
|
|||
HBOX_MODE = mkDefault "production";
|
||||
};
|
||||
systemd.services.homebox = {
|
||||
after = [ "network.target" ];
|
||||
environment = cfg.settings;
|
||||
serviceConfig = {
|
||||
User = "homebox";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue