make docker optional, fix podman dns problem

This commit is contained in:
Gabriel Fontes
2023-05-05 17:47:52 -03:00
parent c05c6eb307
commit 4e3f027e52
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -4,7 +4,6 @@
inputs.home-manager.nixosModules.home-manager
./acme.nix
./auto-upgrade.nix
./docker.nix
./fish.nix
./locale.nix
./nix.nix
+2 -1
View File
@@ -1,8 +1,9 @@
{ lib, ... }: {
{
virtualisation.podman = {
enable = true;
dockerCompat = true;
dockerSocket.enable = true;
defaultNetwork.dnsname.enable = true;
};
environment.persistence = {