diff options
author | Kjetil Ørbekk <kj@orbekk.com> | 2018-06-17 16:30:27 -0400 |
---|---|---|
committer | Kjetil Ørbekk <kj@orbekk.com> | 2018-06-17 16:30:27 -0400 |
commit | c0b0b9769d1c862e1a0919b4f8193aeaa08fd672 (patch) | |
tree | b18077d8b085a437fba01cda7cb8c9650d0abe73 | |
parent | b815919ef4d55ad2bddd97135a1bb653848f0262 (diff) |
acme package
-rw-r--r-- | config/acme-sh.nix | 7 |
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 ]; +} |