Merge branch 'master' of ssh://gitea.c3d2.de:2222/C3D2/nix-config

This commit is contained in:
Winzlieb - 2020-01-17 11:14:15 +01:00
commit 6f8097293c
1 changed files with 1 additions and 7 deletions

View File

@ -52,15 +52,9 @@ in {
nix = {
package = pkgs.nixFlakes;
extraOptions = "experimental-features = nix-command flakes";
extraOptions = "experimental-features = nix-command flakes ca-references";
gc.automatic = true;
distributedBuilds = true;
buildMachines = [{
hostName = "hydra.hq.c3d2.de";
system = "x86_64-linux";
sshUser = "buildfarmer";
sshKey = "/root/.ssh/id_ed25519";
}];
};
virtualisation.docker.enable = true;