summaryrefslogtreecommitdiffstats
path: root/krebs/6tests/data/test-config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'krebs/6tests/data/test-config.nix')
-rw-r--r--krebs/6tests/data/test-config.nix22
1 files changed, 0 insertions, 22 deletions
diff --git a/krebs/6tests/data/test-config.nix b/krebs/6tests/data/test-config.nix
deleted file mode 100644
index f0927ddd..00000000
--- a/krebs/6tests/data/test-config.nix
+++ /dev/null
@@ -1,22 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-{
- imports = [
- <stockholm/krebs>
- <nixpkgs/nixos/modules/virtualisation/qemu-vm.nix>
- <nixpkgs/nixos/modules/testing/test-instrumentation.nix>
- ];
-
- krebs.hosts.minimal = {
- cores = 1;
- secure = false;
- };
-
- boot.loader.grub.enable = false;
- boot.loader.systemd-boot.enable = true;
-
- krebs.build = {
- host = config.krebs.hosts.minimal;
- user = config.krebs.users.krebs;
- };
-}