summaryrefslogtreecommitdiffstats
path: root/shared/1systems/test-minimal-deploy/config.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-07-14 00:17:58 +0200
committertv <tv@krebsco.de>2017-07-14 00:21:02 +0200
commit63c8634c5f9d546d2108ee9dd72fb1b9d2fa4ed6 (patch)
treeb0aa8b68affb04c0555e744db5cc1f34b0f58484 /shared/1systems/test-minimal-deploy/config.nix
parent038ccbbd13d8b16d2e4905638c28ab2726870a93 (diff)
merge shared into krebs
Diffstat (limited to 'shared/1systems/test-minimal-deploy/config.nix')
-rw-r--r--shared/1systems/test-minimal-deploy/config.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/shared/1systems/test-minimal-deploy/config.nix b/shared/1systems/test-minimal-deploy/config.nix
deleted file mode 100644
index eab7036..0000000
--- a/shared/1systems/test-minimal-deploy/config.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ config, pkgs, lib, ... }:
-{
- imports = [
- <stockholm/shared>
- ];
- krebs = {
- enable = true;
- build.user = config.krebs.users.shared;
- build.host = config.krebs.hosts.test-all-krebs-modules;
- };
- # just get the system to eval in nixos without errors
- boot.loader.grub.devices = ["/dev/sda"];
- fileSystems."/" = {
- device = "/dev/lol";
- };
-}