aboutsummaryrefslogtreecommitdiff
path: root/flakes/opendmarc/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flakes/opendmarc/flake.nix')
-rw-r--r--flakes/opendmarc/flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flakes/opendmarc/flake.nix b/flakes/opendmarc/flake.nix
index 4d6354b..e80376f 100644
--- a/flakes/opendmarc/flake.nix
+++ b/flakes/opendmarc/flake.nix
@@ -70,7 +70,6 @@
70 }; 70 };
71 }; 71 };
72 }) // { 72 }) // {
73 nixosModules = (if builtins.pathExists ../private/opendmarc.nix then import ../private/opendmarc.nix nixpkgs else {});
74 nixosModule = { config, lib, pkgs, ... }: 73 nixosModule = { config, lib, pkgs, ... }:
75 let 74 let
76 cfg = config.services.opendmarc; 75 cfg = config.services.opendmarc;