summaryrefslogtreecommitdiff
path: root/nixosConfigurations/test-headless
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-05-01 03:36:55 +0300
committerAzat Bahawi <azat@bahawi.net>2024-05-01 03:36:55 +0300
commit9a20404924fda2587ce4f9769f75369799f34643 (patch)
treea953941a22d6c031e67b267e35a11db72bdd25e3 /nixosConfigurations/test-headless
parentc1353bb04b594a8b11fa7e28dbf29d0a6cb08275 (diff)
2024-05-01
Diffstat (limited to 'nixosConfigurations/test-headless')
-rw-r--r--nixosConfigurations/test-headless/default.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/nixosConfigurations/test-headless/default.nix b/nixosConfigurations/test-headless/default.nix
deleted file mode 100644
index ef3d223..0000000
--- a/nixosConfigurations/test-headless/default.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ lib, ... }:
-with lib;
-{
- nixfiles.modules = {
- endlessh-go.enable = mkForce false;
- node-exporter.enable = mkForce false;
- promtail.enable = mkForce false;
- };
-
- boot.loader.systemd-boot.enable = true;
- fileSystems."/".device = "/dev/null";
-
- documentation.enable = mkForce false;
-}