Gitea runner

This commit is contained in:
2023-04-23 10:29:18 -06:00
parent feb6270952
commit 832894edfc
8 changed files with 116 additions and 6 deletions

View File

@@ -6,4 +6,8 @@
];
networking.hostName = "phil";
services.gitea-runner = {
enable = true;
instanceUrl = "https://git.neet.dev";
};
}