Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
hosts/zeus: the sshd service should depend on network-addresses-ifcad…
Browse files Browse the repository at this point in the history
…min.service
  • Loading branch information
kalbasit committed Nov 26, 2018
1 parent 86df54e commit 3abb025
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hosts/zeus/configuration.nix
Expand Up @@ -147,6 +147,10 @@ in {

# configure OpenSSH server to listen on the ADMIN interface
services.openssh.listenAddresses = [ { addr = "172.25.250.3"; port = 22; } ];
systemd.services.sshd = {
after = ["network-addresses-ifcadmin.service"];
requires = ["network-addresses-ifcadmin.service"];
};

mine.plex = {
enable = true;
Expand Down

0 comments on commit 3abb025

Please sign in to comment.