actions
This commit is contained in:
parent
0006d82d59
commit
d50f5b9c65
@ -19,6 +19,7 @@
|
||||
|
||||
../../modules/mans.nix
|
||||
../../modules/nvidia.nix
|
||||
../../modules/docker.nix
|
||||
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
@ -53,8 +54,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
system.stateVersion = "23.05";
|
||||
}
|
||||
|
@ -13,6 +13,18 @@
|
||||
|
||||
../../roles/server.nix
|
||||
];
|
||||
services.gitea-actions-runner.instances.test = {
|
||||
enable = true;
|
||||
name = "NixOs";
|
||||
url = "https://git.mzsl.nl";
|
||||
token = "kkhRRI5MsCDrqK30XLaLvSIYx5mjPUlJ0KBUl2OH";
|
||||
labels = [
|
||||
"ubuntu-latest:docker://node:16-bullseye"
|
||||
"ubuntu-22.04:docker://node:16-bullseye"
|
||||
"ubuntu-20.04:docker://node:16-bullseye"
|
||||
"ubuntu-18.04:docker://node:16-buster"
|
||||
];
|
||||
};
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
# boot.loader.systemd-boot.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user