diff options
author | github-actions[bot] | 2023-02-28 00:03:08 +0000 |
---|---|---|
committer | GitHub | 2023-02-28 00:03:08 +0000 |
commit | 387a5e220d4ddc69b31ec9b1c5f1f322ccd149a9 (patch) | |
tree | b06cb1799a188539869003123e414354ebae3827 /nixos/tests | |
parent | 40707bbbb33378732235071c757d6aaef74754a2 (diff) | |
parent | 48c9797748f7e681dd4d0ca3145ecc1439767c62 (diff) |
Merge staging-next into staging
Diffstat (limited to 'nixos/tests')
-rw-r--r-- | nixos/tests/haproxy.nix | 1 |
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 = '' |