feat: add NixOS build CI for infra PR validation #39

Closed
Hermes wants to merge 6 commits from feat/nixos-ci into master
3 changed files with 68 additions and 34 deletions
Showing only changes of commit e70516e78b - Show all commits

View File

@@ -191,6 +191,7 @@
services.dockerStacks = {
versioncontrol = {
path = self + "/assets/compose/versioncontrol";
envFile = config.age.secrets.containers_env.path;
ports = [ 2222 ];
};