[NixOS] Enable gitea-runner on nixquick

This commit is contained in:
2023-09-25 03:19:11 -06:00
parent 035070cc01
commit 56be1e38eb
3 changed files with 47 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
features.full.enable = true;
modules.cache-server.enable = true;
modules.gitea-runner.enable = true;
networking.hostName = "nixquick";