Skip to content

Commit

Permalink
🐛 ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Sep 30, 2024
1 parent 51a8a8f commit f997f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/opt/services/cloudflared-tunnel.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ config, lib, ... }:
let
inherit (lib) mkIf mkOption mkEnableOption;
inherit (lib) mkIf mkEnableOption;

cfg = config.opt.services.cloudflared-tunnel;
in
Expand Down

0 comments on commit f997f3b

Please sign in to comment.