diff --git a/hosts/VEGAS/services/mail/postfix.nix b/hosts/VEGAS/services/mail/postfix.nix index 39e1c89..664c128 100644 --- a/hosts/VEGAS/services/mail/postfix.nix +++ b/hosts/VEGAS/services/mail/postfix.nix @@ -93,7 +93,7 @@ in }; }; - systemd.services.postfix.after = [ "network-online.target" "network-addresses-vstub" ]; + systemd.services.postfix.after = [ "network-online.target" "network-addresses-vstub.service" ]; services.fail2ban.jails.postfix = '' enabled = true diff --git a/hosts/VEGAS/system.nix b/hosts/VEGAS/system.nix index 133c112..056738b 100644 --- a/hosts/VEGAS/system.nix +++ b/hosts/VEGAS/system.nix @@ -86,4 +86,5 @@ isReadOnly = false; }; }; + systemd.services."container@soda".after = [ "libvirtd.service" ]; }