added tooling for domains

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

View File

@@ -183,4 +183,8 @@ CREDS
];
environment.systemPackages = with pkgs; [ unzip ];
sovran_systemsOS.domainRequirements = [
{ name = "nextcloud"; label = "Nextcloud"; example = "cloud.yourdomain.com"; }
];
}