adds cockpit to dnsc-server
This commit is contained in:
parent
305dc401f7
commit
5d23cd5777
2 changed files with 13 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
../../modules/jellyfin
|
../../modules/jellyfin
|
||||||
../../modules/actual-server
|
../../modules/actual-server
|
||||||
../../modules/immich
|
../../modules/immich
|
||||||
|
../../modules/cockpit
|
||||||
];
|
];
|
||||||
|
|
||||||
# General
|
# General
|
||||||
|
|
@ -113,6 +114,7 @@
|
||||||
restic
|
restic
|
||||||
mkcert
|
mkcert
|
||||||
actual-server
|
actual-server
|
||||||
|
cockpit
|
||||||
];
|
];
|
||||||
|
|
||||||
# GnuPG
|
# GnuPG
|
||||||
|
|
|
||||||
11
modules/cockpit/default.nix
Normal file
11
modules/cockpit/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
services.cockpit = {
|
||||||
|
enable = true;
|
||||||
|
port = 9999;
|
||||||
|
settings = {
|
||||||
|
WebService = {
|
||||||
|
AllowUnencrypted = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue