0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

nixos/changedetection-io: fix container having no network

This commit is contained in:
Sandro Jäckel 2022-10-22 02:14:41 +02:00
parent bfb6a63a43
commit 17f2c5ba71
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -213,6 +213,7 @@ in
};
})
];
podman.defaultNetwork.dnsname.enable = true;
};
};
}