added tooling for domains

This commit is contained in:
2026-03-27 17:12:11 -05:00
parent 0175c497a5
commit 7509807938
9 changed files with 174 additions and 1 deletions

View File

@@ -164,4 +164,8 @@ CREDS
];
environment.systemPackages = with pkgs; [ wp-cli unzip ];
sovran_systemsOS.domainRequirements = [
{ name = "wordpress"; label = "WordPress"; example = "blog.yourdomain.com"; }
];
}