Skip to content

Commit 9aea99a

Browse files
committed
k3s: fix missing with lib
1 parent fc8c0f6 commit 9aea99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/services/k3s/frontend.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ let
8181

8282
in
8383
{
84-
options = {
84+
options = with lib; {
8585

8686
flyingcircus.services.k3s-frontend.enable = mkEnableOption "Enable k3s (Kubernetes) Frontend";
8787

0 commit comments

Comments
 (0)