diff --git a/README.md b/README.md index 73050fc..c9e25fb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ RKE2, also known as RKE Government, is Rancher's next-generation Kubernetes distribution. -The rke2 package is already in nixpkgs. +The RKE2 package is already in nixpkgs. This repository provides the NixOS module for it. diff --git a/modules/nixos/rke2/default.nix b/modules/nixos/rke2/default.nix index 21c9fba..803114b 100644 --- a/modules/nixos/rke2/default.nix +++ b/modules/nixos/rke2/default.nix @@ -59,7 +59,7 @@ in description = lib.mdDoc "Extra flags to pass to the rke2 command."; type = types.listOf types.str; default = [ ]; - example = [ "--no-deploy" "traefik" "--cluster-cidr" "10.24.0.0/16" ]; + example = [ "--disable" "rke2-ingress-nginx" "--cluster-cidr" "10.24.0.0/16" ]; }; environmentFile = mkOption {