summary refs log tree commit diff
path: root/nixos/modules/services/networking/tinc.nix
AgeCommit message (Expand)AuthorFilesLines
2022-09-26treewide: makeWrapper to nativeBuildInputsArtturin1-1/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-31/+31
2022-05-08nixos/tinc: unbreak the serviceIvan Kozik1-2/+2
2022-05-05treewide: chown user:group instead of user.group to fix warnings from coreuti...Ivan Kozik1-2/+2
2022-01-05nixos/tinc: add mic92 maintainerJörg Thalheim1-1/+1
2021-11-09nixos/tinc: disable chroot by defaultSandro Jäckel1-2/+2
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-3/+3
2021-08-08Merge pull request #130521 from Mic92/tincMartin Weinelt1-1/+4
2021-07-18nixos/tinc: don't run as nogroupJörg Thalheim1-1/+4
2021-01-26treewide: fold -> foldrBen Siraphob1-1/+1
2020-12-14Merge pull request #106073 from minijackson/tinc-rfc42-and-testsLinus Heckemann1-13/+224
2020-12-13nixos/tinc: add settings and hostSettings for RFC42-style optionsMinijackson1-13/+224
2020-12-12nixos/tinc: add reload commandJörg Thalheim1-0/+1
2020-07-20nixos/tinc: allow configuration of RSA key fileJustin Humm1-2/+14
2019-04-25nixos/tinc: remove ordering dependency on network.targetLinus Heckemann1-1/+0
2018-10-18tinc: remove unnecessary networking.interfacesJörg Thalheim1-8/+0
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-1/+1
2018-06-12nixos/tinc: minor fixesvolth1-7/+3
2018-02-23tinc: enable invitationsTom Bereknyei1-0/+2
2017-09-27nixos/tinc: add "restartTriggers" backvolth1-0/+6
2017-09-27nixos/tinc: remove useless script argumentJoerg Thalheim1-3/+1
2017-09-27nixos/tinc: do not add Device= by defaultJoerg Thalheim1-1/+0
2017-09-17nixos/tinc: Fix tinc cli wrapper for tinc 1.0.Florian Jacob1-2/+4
2017-08-09nixos/tinc: do not tell systemd where is pidfilevolth1-1/+0
2017-08-10tinc: allow the daemon to write to files in /etc/tinc/${network}/hostsvolth1-0/+1
2017-07-30tinc: allow the daemon to write to files in /etc/tinc/${network}/hostsVolth1-1/+1
2017-07-29nixos/tinc: remove restartTriggersvolth1-2/+0
2017-07-27tinc_pre: avoid infinite loop with EBADFD on network restartVolth1-1/+2
2017-07-25tinc service: add CLI tools to the $PATHVolth1-0/+13
2017-07-17tinc service: BindToAddress and ListenAddress are different options, they sho...Nadrieril1-2/+11
2017-05-27tinc: Mention in docs that the host name may not be used verbatim. (#26157)Niklas Hambüchen1-1/+2
2016-11-16tinc module: networks, hosts option loaOf -> attrsOfEric Sagnes1-2/+2
2016-11-04tinc module: use enumEric Sagnes1-1/+1
2016-10-02Merge pull request #18491 from groxxda/network-interfacesJoachim F1-2/+2
2016-09-13tinc service: remove use of network-interfaces.targetJoachim Fasting1-2/+2
2016-09-13tinc module: optionSet -> submoduleEric Sagnes1-84/+86
2016-07-27tinc: add Restart in systemd service configTristan Helmich1-0/+1
2016-02-10tinc: chroot optiontg(x)1-1/+11
2016-02-10tinc: enable chroottg(x)1-1/+1
2016-01-17Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel1-0/+2
2016-01-07tinc module: Ed25519PrivateKeyFile, listenAddressTristan Helmich1-2/+20
2015-05-21nixos/tinc: users are system usersWilliam A. Kennington III1-0/+1
2015-02-05nixos/tinc: Fix key generation behavior and use tinc 1.1 by defaultWilliam A. Kennington III1-6/+14
2015-02-04nixos/tinc: Add daemon configurationWilliam A. Kennington III1-0/+154