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

Commit

Permalink
hosts/zeus: nixos: ssh should depend on the ifcadmin-netdev
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Nov 16, 2018
1 parent 2f2b830 commit 026573f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/zeus/configuration.nix
Expand Up @@ -38,6 +38,7 @@ in {

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

mine.plex = {
enable = true;
Expand Down

0 comments on commit 026573f

Please sign in to comment.