summaryrefslogtreecommitdiffstats
path: root/shared/1systems/test-centos7.nix
blob: 65daff50970ca03fbc155d6282e9563f0d043394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ config, lib, pkgs, ... }:

let
  inherit (lib) head;

in {
  imports = [
    ../.
    ../2configs/base.nix
    ../2configs/os-templates/CAC-CentOS-7-64bit.nix
    ../2configs/temp/networking.nix
    ../2configs/temp/dirs.nix
  ];

  sound.enable = false;
  krebs.build.host = config.krebs.hosts.test-centos7;
}