aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--virtual/eldiron.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/virtual/eldiron.nix b/virtual/eldiron.nix
index e583948..b29ad06 100644
--- a/virtual/eldiron.nix
+++ b/virtual/eldiron.nix
@@ -36,6 +36,11 @@
36 }; 36 };
37 }; 37 };
38 38
39 environment.systemPackages = [
40 pkgs.telnet
41 pkgs.vim
42 ];
43
39 security.acme.certs = { 44 security.acme.certs = {
40 "eldiron" = { 45 "eldiron" = {
41 webroot = "/var/lib/acme/acme-challenge"; 46 webroot = "/var/lib/acme/acme-challenge";