summaryrefslogtreecommitdiffstats
path: root/shared/1systems/test-centos7.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-07-12 19:11:29 +0200
committerlassulus <lassulus@lassul.us>2017-07-12 19:11:29 +0200
commitf5328676c347a2785d2084628ba40448ec2680e8 (patch)
tree06046d7a2eed347cdd97a6bc81d6299500a3137f /shared/1systems/test-centos7.nix
parented9aca322dbcd2fa0484edb22076a56f49781d75 (diff)
parentb4d3d6c7ab2ff197b6dc47f366f698fceeb88242 (diff)
Merge branch 'staging/source'
Diffstat (limited to 'shared/1systems/test-centos7.nix')
-rw-r--r--shared/1systems/test-centos7.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/shared/1systems/test-centos7.nix b/shared/1systems/test-centos7.nix
deleted file mode 100644
index 9ea063c..0000000
--- a/shared/1systems/test-centos7.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-let
- inherit (lib) head;
-
-in {
- imports = [
- ../.
- ../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;
-}