diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-12-30 11:43:39 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-12-30 11:43:39 +0100 |
commit | ce6ee3b80a97a6de84431bc8272c10accf9150bb (patch) | |
tree | 08797a9c5e3c7706098c1f8ae9d611f5c9c385b8 | |
parent | e273ef92ae582984e0896a8c16fab73747c3ab2b (diff) | |
download | Nix-ce6ee3b80a97a6de84431bc8272c10accf9150bb.tar.gz Nix-ce6ee3b80a97a6de84431bc8272c10accf9150bb.tar.zst Nix-ce6ee3b80a97a6de84431bc8272c10accf9150bb.zip |
Add system packages
-rw-r--r-- | virtual/eldiron.nix | 5 |
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"; |