mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 15:19:43 -05:00
make docker optional, fix podman dns problem
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
./acme.nix
|
||||
./auto-upgrade.nix
|
||||
./docker.nix
|
||||
./fish.nix
|
||||
./locale.nix
|
||||
./nix.nix
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
{ lib, ... }: {
|
||||
{
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
defaultNetwork.dnsname.enable = true;
|
||||
};
|
||||
|
||||
environment.persistence = {
|
||||
|
||||
Reference in New Issue
Block a user