summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/acme-sh.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/acme-sh.nix b/config/acme-sh.nix
new file mode 100644
index 0000000..41cca88
--- /dev/null
+++ b/config/acme-sh.nix
@@ -0,0 +1,7 @@
+{ config, lib, pkgs, ... }:
+let
+ acme-sh = pkgs.callPackage ../pkgs/acme-sh/default.nix {};
+in
+{
+ environment.systemPackages = [ acme-sh ];
+}