about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorgithub-actions[bot]2023-02-28 00:03:08 +0000
committerGitHub2023-02-28 00:03:08 +0000
commit387a5e220d4ddc69b31ec9b1c5f1f322ccd149a9 (patch)
treeb06cb1799a188539869003123e414354ebae3827 /nixos/tests
parent40707bbbb33378732235071c757d6aaef74754a2 (diff)
parent48c9797748f7e681dd4d0ca3145ecc1439767c62 (diff)
Merge staging-next into staging
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/haproxy.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/haproxy.nix b/nixos/tests/haproxy.nix
index b6ff4102fe68..555474d7f299 100644
--- a/nixos/tests/haproxy.nix
+++ b/nixos/tests/haproxy.nix
@@ -2,7 +2,6 @@ import ./make-test-python.nix ({ pkgs, ...}: {
   name = "haproxy";
   nodes = {
     machine = { ... }: {
-      imports = [ ../modules/profiles/minimal.nix ];
       services.haproxy = {
         enable = true;
         config = ''