summaryrefslogtreecommitdiffstats
path: root/shared/1systems/test-centos7.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-12-20 19:37:46 +0100
committertv <tv@krebsco.de>2015-12-20 19:37:46 +0100
commita14be9e3aed1d6123f6fb99c7ca017ac2842c80d (patch)
tree3080dd1517e5179fe2feaa9e0103b5680695e18a /shared/1systems/test-centos7.nix
parent1346e53598ec77ed43f214752b0ce4be0b189646 (diff)
parent0971df6a745fd358ac9e4904d44ad48fbf0e8b6d (diff)
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'shared/1systems/test-centos7.nix')
-rw-r--r--shared/1systems/test-centos7.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/shared/1systems/test-centos7.nix b/shared/1systems/test-centos7.nix
new file mode 100644
index 0000000..077a5d6
--- /dev/null
+++ b/shared/1systems/test-centos7.nix
@@ -0,0 +1,15 @@
+{ config, lib, pkgs, ... }:
+
+let
+ inherit (lib) head;
+
+in {
+ imports = [
+ ../2configs/base.nix
+ ../2configs/os-templates/CAC-CentOS-7-64bit.nix
+ ../2configs/os-templates/temp-networking.nix
+ ];
+
+ sound.enable = false;
+ krebs.build.host = config.krebs.hosts.test-centos7;
+}