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

@ -17,6 +17,7 @@
../../modules/jellyfin
../../modules/actual-server
../../modules/immich
../../modules/cockpit
];
# General
@ -113,6 +114,7 @@
restic
mkcert
actual-server
cockpit
];
# GnuPG

View file

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