Fix redoubt tinc config
This commit is contained in:
parent
944d49a5c3
commit
c7795d7f0c
1 changed files with 2 additions and 2 deletions
|
@ -65,10 +65,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tinc.networks.dotspace = {
|
services.tinc.networks.dotspace = {
|
||||||
name = "fortress";
|
name = "redoubt";
|
||||||
ed25519PrivateKeyFile = "/run/secrets/dotspace/redoubt/keys/tinc/ed25519_key.priv";
|
ed25519PrivateKeyFile = "/run/secrets/dotspace/redoubt/keys/tinc/ed25519_key.priv";
|
||||||
|
|
||||||
chroot = false;
|
chroot = false;
|
||||||
settings.ConnectTo = [ "stronghold" ];
|
settings.ConnectTo = [ "fortress" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue