Merge pull request #138 from DarkKirb/disable-gitlab-runner
Disable gitlab runner
This commit is contained in:
commit
26eca04576
4 changed files with 0 additions and 15 deletions
|
@ -33,7 +33,6 @@
|
|||
./services/drone.nix
|
||||
./services/drone-runner-docker.nix
|
||||
./services/docker.nix
|
||||
./services/gitlab-runner
|
||||
./services/moa
|
||||
];
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
nixos-hardware.nixosModules.common-pc-ssd
|
||||
./services/postgres.nix
|
||||
./services/drone-runner-docker.nix
|
||||
./services/gitlab-runner
|
||||
];
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" "k10temp"];
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
services.gitlab-runner = {
|
||||
enable = true;
|
||||
services = {
|
||||
hsmw = {
|
||||
registrationConfigFile = toString ./hsmw.conf;
|
||||
dockerImage = "alpine";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
CI_SERVER_URL=https://git.hs-mittweida.de/
|
||||
REGISTRATION_TOKEN=GR1348941SyNvFeBsareN_wax9QF1
|
Loading…
Reference in a new issue