2015-10-20 23:32:44 +00:00
|
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
|
|
|
|
let
|
|
|
|
inherit (lib) head;
|
|
|
|
|
|
|
|
in {
|
|
|
|
imports = [
|
|
|
|
../2configs/base.nix
|
|
|
|
../2configs/os-templates/CAC-CentOS-7-64bit.nix
|
2015-12-19 15:02:52 +00:00
|
|
|
../2configs/os-templates/temp-networking.nix
|
2015-10-20 23:32:44 +00:00
|
|
|
];
|
|
|
|
|
2015-12-19 15:02:52 +00:00
|
|
|
sound.enable = false;
|
2015-10-20 23:32:44 +00:00
|
|
|
krebs.build.host = config.krebs.hosts.test-centos7;
|
|
|
|
}
|