Add caching for nixpkgs

This commit is contained in:
Greg Hellings
2024-03-26 00:19:47 -05:00
parent 10b27c545f
commit a20954ea3d
3 changed files with 53 additions and 16 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ in {
systemd.services.step-ca.serviceConfig.Environment = lib.mkForce ["STEPDEBUG=1" "HOME=%S/step-ca"];
services.step-ca = {
inherit address;
enable = true;
enable = false;
intermediatePasswordFile = config.age.secrets.acme_password.path;
openFirewall = true;
port = 8443;