This commit is contained in:
Mans Ziesel 2023-06-18 18:33:03 +02:00
parent 0006d82d59
commit d50f5b9c65
2 changed files with 13 additions and 2 deletions

View File

@ -19,6 +19,7 @@
../../modules/mans.nix ../../modules/mans.nix
../../modules/nvidia.nix ../../modules/nvidia.nix
../../modules/docker.nix
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
@ -53,8 +54,6 @@
}; };
}; };
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "23.05"; system.stateVersion = "23.05";
} }

View File

@ -13,6 +13,18 @@
../../roles/server.nix ../../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. # Use the systemd-boot EFI boot loader.
# boot.loader.systemd-boot.enable = true; # boot.loader.systemd-boot.enable = true;