[NixOS] Update nixquick port
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
];
|
||||
|
||||
features.full.enable = true;
|
||||
modules.cache-server.enable = true;
|
||||
modules.cache-server = {
|
||||
enable = true;
|
||||
port = 3090;
|
||||
};
|
||||
modules.gitea-runner.enable = true;
|
||||
|
||||
networking.hostName = "nixquick";
|
||||
|
Reference in New Issue
Block a user