Remove dhcpd4

This commit is contained in:
Sandro - 2021-09-24 22:43:04 +02:00
parent f4b51f0e0b
commit 3cfb688926
1 changed files with 0 additions and 8 deletions

View File

@ -140,14 +140,6 @@ in
email = "mail@c3d2.de"; email = "mail@c3d2.de";
}; };
services.dhcpd4 = {
enable = true;
interfaces = [ config.c3d2.hq.interface ];
authoritative = false;
# the leases are defined in the secrets module imported
# at the top-level of this flake
};
services.nginx = { services.nginx = {
enable = true; enable = true;
#recommendedGzipSettings = true; #recommendedGzipSettings = true;