[NixOS] Update nixquick port

This commit is contained in:
Ivan Malison 2024-03-22 16:50:54 -06:00
parent 4f37050c1c
commit 9ab7b41780

View File

@ -5,7 +5,10 @@
]; ];
features.full.enable = true; features.full.enable = true;
modules.cache-server.enable = true; modules.cache-server = {
enable = true;
port = 3090;
};
modules.gitea-runner.enable = true; modules.gitea-runner.enable = true;
networking.hostName = "nixquick"; networking.hostName = "nixquick";