[NixOS] Update nixquick port
This commit is contained in:
parent
4f37050c1c
commit
9ab7b41780
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user