about summary refs log tree commit diff
path: root/configurations/test-headless/default.nix
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2025-03-12 20:17:13 +0300
committerazahi <azat@bahawi.net>2025-03-12 20:17:13 +0300
commitc81dc5a13b469c511fac6fa2390b70422d1b4da5 (patch)
tree4dab5909006ab5c25da6bd9fde6a714c7719ded7 /configurations/test-headless/default.nix
parent2025-02-17 (diff)
2025-03-12 HEAD master
Diffstat (limited to 'configurations/test-headless/default.nix')
-rw-r--r--configurations/test-headless/default.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/configurations/test-headless/default.nix b/configurations/test-headless/default.nix
index 622cf0e..f64a050 100644
--- a/configurations/test-headless/default.nix
+++ b/configurations/test-headless/default.nix
@@ -1,13 +1,7 @@
 { lib, ... }:
 {
-  nixfiles.modules = {
-    endlessh-go.enable = lib.mkForce false;
-    node-exporter.enable = lib.mkForce false;
-    promtail.enable = lib.mkForce false;
-  };
-
+  nixfiles.modules.endlessh-go.enable = lib.mkForce false;
   boot.loader.systemd-boot.enable = true;
   fileSystems."/".device = "/dev/null";
-
   documentation.enable = lib.mkForce false;
 }

Consider giving Nix/NixOS a try! <3