Update zerotierone.nix

This commit is contained in:
Yonghan Ching 庄勇翰 2023-12-17 17:58:47 -06:00 committed by Emery Hemingway
parent 097f2b6737
commit 0b357293e8

View File

@ -61,6 +61,7 @@ in
'') cfg.joinNetworks) + ''
ln -s ${conf} /var/lib/zerotier-one/local.conf
'';
serviceConfig = {
ExecStart = "${cfg.package}/bin/zerotier-one -p${toString cfg.port}";
Restart = "always";