feat: created crab-hole service
This commit is contained in:
parent
290db94f42
commit
46890110f8
7 changed files with 210 additions and 2 deletions
|
|
@ -342,6 +342,20 @@
|
|||
openFirewall = true;
|
||||
};
|
||||
|
||||
crab-hole = {
|
||||
enable = true;
|
||||
port = 8085;
|
||||
openFirewall = true;
|
||||
show_doc = true;
|
||||
downstreams = {
|
||||
loopback = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
upstreams.cloudFlare.enable = true;
|
||||
};
|
||||
|
||||
qbittorrent = {
|
||||
enable = true;
|
||||
mediaDir = "/srv/qbittorent";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue