Delete: pihole file
This commit is contained in:
parent
e8b1d7c269
commit
94fc05580d
1 changed files with 0 additions and 24 deletions
|
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
virtualisation.oci-containers.containers.pihole = {
|
||||
image = "pihole/pihole:latest";
|
||||
autoStart = true;
|
||||
|
||||
ports = [
|
||||
"53:53/udp"
|
||||
"53:53/tcp"
|
||||
"80:80/tcp"
|
||||
];
|
||||
|
||||
environment = {
|
||||
TZ = "Europe/Paris";
|
||||
WEBPASSWORD = "changeme"; # Change à ta convenance
|
||||
PIHOLE_DNS_ = "1.1.1.1;1.0.0.1";
|
||||
};
|
||||
|
||||
volumes = [
|
||||
"/srv/pihole/etc-pihole:/etc/pihole"
|
||||
"/srv/pihole/etc-dnsmasq.d:/etc/dnsmasq.d"
|
||||
];
|
||||
extraOptions = ["--cap-add=NET_ADMIN"];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue