diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-01-21 09:56:28 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-01-21 10:07:19 +0100 |
commit | ef43c36272ca539cbfe803ded03949451b17b679 (patch) | |
tree | 3cf9412dbb2f407f3c8f97e7eaf208dfdb368bd4 /flakes/opendmarc | |
parent | 23f9fdf03a6673dbe334ae33be4f498cc4753191 (diff) | |
download | Nix-ef43c36272ca539cbfe803ded03949451b17b679.tar.gz Nix-ef43c36272ca539cbfe803ded03949451b17b679.tar.zst Nix-ef43c36272ca539cbfe803ded03949451b17b679.zip |
Add private flake for openarc and opendmarc
Diffstat (limited to 'flakes/opendmarc')
-rw-r--r-- | flakes/opendmarc/flake.nix | 1 |
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; |