Properly configure firewall to allow tinc to pass through
This commit is contained in:
parent
9fecd353f8
commit
41f717c5be
2 changed files with 6 additions and 1 deletions
|
@ -31,7 +31,7 @@ in
|
|||
|
||||
config = {
|
||||
nix.settings = mkIf cfg.enableClient {
|
||||
substituters = [ cfg.host ];
|
||||
substituters = [ "http://${cfg.host}" ];
|
||||
trusted-public-keys = [ cfg.publicKey ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue