summary refs log tree commit diff
path: root/nixos/modules/services/networking/flannel.nix
Commit message (Collapse)AuthorAge
* nixos/*: add trivial defaultText for options with simple defaultspennae2021-12-02
|
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* nixos/flannel: pkgs.etcdctl -> pkgs.etcdrnhmjoj2021-09-22
| | | | The package has been renamed in 2018-04-25.
* nixos/kubernetes: docker -> containerdJohan Thomsen2021-03-07
| | | | also, nixos/containerd: module init
* nixos/*: use $out instead of $bin with buildGoPackagezowoq2020-04-28
|
* treewide: Remove usage of isNullDaniel Schaefer2019-04-29
| | | | isNull "is deprecated; just write e == null instead" says the Nix manual
* nixos/flannel: Add iptables package to service pathMarkus2019-03-12
|
* nixos/kubernetes: use system.path to handle dependency on flannel subnet.envJohan Thomsen2019-02-20
| | | | | The current postStart step on flannel causes flannel.service to sometimes hang, even when it's commanded to stop.
* nixos/flannel: node name needs to be configured for flannel to work with ↵Johan Thomsen2019-02-13
| | | | kubernetes storage backend
* nixos/flannel: add options to configure kubernetes as config backend for flannelJohan Thomsen2019-02-12
|
* flannel service: fix enable expressionRobert Helgesson2017-01-22
| | | | Need to surround the equality check in parentheses.
* nixos/modules: use defaultText where applicableJoachim Fasting2016-11-21
| | | | | | Primarily to fix rendering of these default values in the manual but it's also nice to avoid having to eval these things just to build the manual.
* flannel service: initJaka Hudoklin2016-10-01