adds cockpit to dnsc-server

This commit is contained in:
Dennis 2026-01-26 10:07:01 +01:00
parent 305dc401f7
commit 5d23cd5777
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
services.cockpit = {
enable = true;
port = 9999;
settings = {
WebService = {
AllowUnencrypted = true;
};
};
};
}