ensure proper reboot safety of bind service

This commit is contained in:
Nek0 - 2021-12-11 07:33:43 +01:00
parent 2563f8b8a0
commit 8c6635368c
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ in
in {
wantedBy = [ "multi-user.target" ];
before = [ "bind.service" ];
after = [ "network-online.target" ];
path = with pkgs; [ git nix curl ];
script = ''
mkdir -p .ssh