We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8c0f6 commit 9aea99aCopy full SHA for 9aea99a
nixos/services/k3s/frontend.nix
@@ -81,7 +81,7 @@ let
81
82
in
83
{
84
- options = {
+ options = with lib; {
85
86
flyingcircus.services.k3s-frontend.enable = mkEnableOption "Enable k3s (Kubernetes) Frontend";
87
0 commit comments