nixos/homebox: remove 'network.target' dependency
This commit is contained in:
@@ -52,7 +52,6 @@ in
|
||||
HBOX_MODE = mkDefault "production";
|
||||
};
|
||||
systemd.services.homebox = {
|
||||
after = [ "network.target" ];
|
||||
environment = cfg.settings;
|
||||
serviceConfig = {
|
||||
User = "homebox";
|
||||
|
||||
Reference in New Issue
Block a user