Skip to content

Commit

Permalink
Disable nscd/dhcpcd in testing container
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Apr 30, 2020
1 parent b14f92b commit 8dc329b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/functional/container/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"9.9.9.9"
];

# These dont work nicely in containers
# TODO: Upstream into nixos/modules/virtualisation/docker-image.nix
services.nscd.enable = lib.mkForce false;
networking.dhcpcd.enable = lib.mkForce false;

services.journald.console = "/dev/console";

# We are using a local Nix daemon
Expand Down

0 comments on commit 8dc329b

Please sign in to comment.