1
0
Fork 0

technitium module, remove unneeded files, update dns-1

This commit is contained in:
Philipp 2025-04-25 22:50:38 +02:00
parent 9aab11df18
commit 8dc6b44c7b
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
4 changed files with 6 additions and 74 deletions

View file

@ -44,6 +44,8 @@ in
type = with types; listOf int;
default = [
53
80
443
5380 # web interface HTTP
53443 # web interface HTTPS
];
@ -103,5 +105,5 @@ in
};
};
meta.maintainers = with lib.maintainers; [ fabianrig ];
meta.maintainers = with lib.maintainers; [ fabianrig Spaenny ];
}