chore: update flake.lock

This commit is contained in:
matt1432 2023-12-06 01:55:59 -05:00
parent 117162cd5d
commit 11c2b185b6
2 changed files with 19 additions and 9 deletions

View file

@ -1,22 +1,32 @@
{pihole, ...}: { {pihole, ...}: {
imports = [pihole.nixosModules.default]; imports = [pihole.nixosModules.default];
#TODO: set the whole thing up
services.pihole = { services.pihole = {
enable = true; enable = true;
dnsPort = 5335; dnsPort = 5353;
webPort = 8080; webPort = 8080;
piholeConfig = { piholeConfig = {
ftl = { ftl = {
LOCAL_IPV4 = "127.0.0.1"; # Defaults
PRIVACYLEVEL = "0";
RATE_LIMIT = "1000/60";
}; };
interface = "tailscale0";
web = { web = {
theme = "default-darker";
virtualHost = "pi.hole"; virtualHost = "pi.hole";
password = "password"; password = "password";
}; };
# Handle it with unbound
dns.upstreamServers = [
"127.0.0.1#5335"
"127.0.0.1#5335"
];
}; };
}; };
} }

View file

@ -765,11 +765,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1701817202, "lastModified": 1701842485,
"narHash": "sha256-ReuTsHGgs99DIO8Gg32Ho9aIKnW0rcZa42ltdHWfkD8=", "narHash": "sha256-XiLWxtXbDCzI0NPXIl6pQr5WdXkxS/485D7uWbcwxDc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "36cffb929d12255feafaa6ba4d286e13ba41f8e1", "rev": "e61ecd3426fdbeeecdc137da715343ae9ca33868",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -803,11 +803,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1701596451, "lastModified": 1701843242,
"narHash": "sha256-+iuwnWvn3NG14Xz5sOvyCn69yFVA8+KE9XzI44SATgQ=", "narHash": "sha256-nMNWFfjC2y2ZRIPXHMZ/9tGuMAOi2/9tO1MsG6tLCxI=",
"owner": "matt1432", "owner": "matt1432",
"repo": "pihole-flake", "repo": "pihole-flake",
"rev": "a566ff5b0b9ff6a1a1d342b34438389b68b1cf4e", "rev": "e870c2dd653bd5c839a90229af7ea67327cf1e17",
"type": "github" "type": "github"
}, },
"original": { "original": {