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/actual-server
|
||||
../../modules/immich
|
||||
../../modules/cockpit
|
||||
];
|
||||
|
||||
# General
|
||||
|
|
@ -113,6 +114,7 @@
|
|||
restic
|
||||
mkcert
|
||||
actual-server
|
||||
cockpit
|
||||
];
|
||||
|
||||
# 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