vergil: add pihole-ftl
This commit is contained in:
@@ -27,6 +27,45 @@ in
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
};
|
||||
|
||||
services = {
|
||||
pihole-ftl = {
|
||||
enable = true;
|
||||
openFirewallDNS = true;
|
||||
|
||||
settings = {
|
||||
dns = {
|
||||
domain = "cfl.rr.com";
|
||||
|
||||
upstreams = [
|
||||
"1.1.1.1"
|
||||
"1.0.0.1"
|
||||
];
|
||||
|
||||
hosts = [
|
||||
"192.168.1.181 vergil.cfl.rr.com"
|
||||
"192.168.1.181 jellyfin.cfl.rr.com"
|
||||
"192.168.1.181 pihole.cfl.rr.com"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
resolved = {
|
||||
settings = {
|
||||
Resolve = {
|
||||
DNSStubListener = false;
|
||||
MulticastDNS = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
user = "frank";
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
multipath-tools
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user