Simplify Genesis services

This commit is contained in:
Greg Hellings
2025-11-20 09:54:24 -06:00
parent d6922c3318
commit 3593d35a1b
2 changed files with 0 additions and 31 deletions
-22
View File
@@ -76,28 +76,6 @@ in
environment.etc."hosts.d/local".text = extraHosts;
services = {
#########
# Blind service proxy behind the walls of the VPN
########
_3proxy = {
enable = true;
services = [
{
type = "socks";
auth = [ "strong" ];
bindPort = proxyPort;
acl = [
{
rule = "allow";
users = [ "greg" ];
}
];
}
];
#usersFile = "/run/agenix/3proxy";
denyPrivate = false;
};
kea.dhcp4 = (
import ./networking/dhcp.nix {
inherit