diff --git a/hosts/mindy/default.nix b/hosts/mindy/default.nix index 4e0b7f4..9b86df3 100644 --- a/hosts/mindy/default.nix +++ b/hosts/mindy/default.nix @@ -141,5 +141,7 @@ }; }; + virtualisation.docker.enable = true; + networking.hostName = hostname; }