Skip to content

Commit

Permalink
2024/07/01-22:02:50
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv0k32 committed Jul 1, 2024
1 parent 4e30026 commit 331af24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ with lib;
virtualisation = {
podman = {
enable = mkDefault true;
dockerCompat = mkDefault true;
dockerCompat = mkDefault false;
defaultNetwork.settings.dns_enabled = mkDefault true;
};
docker.enable = mkDefault false;
docker.enable = mkDefault true;
};

nixpkgs = {
Expand Down

0 comments on commit 331af24

Please sign in to comment.