diff options
| author | lassulus <lassulus@lassul.us> | 2017-07-12 19:11:29 +0200 |
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2017-07-12 19:11:29 +0200 |
| commit | f5328676c347a2785d2084628ba40448ec2680e8 (patch) | |
| tree | 06046d7a2eed347cdd97a6bc81d6299500a3137f /shared/1systems/test-centos7.nix | |
| parent | ed9aca322dbcd2fa0484edb22076a56f49781d75 (diff) | |
| parent | b4d3d6c7ab2ff197b6dc47f366f698fceeb88242 (diff) | |
Merge branch 'staging/source'
Diffstat (limited to 'shared/1systems/test-centos7.nix')
| -rw-r--r-- | shared/1systems/test-centos7.nix | 16 |
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; -} |
