adds cockpit to dnsc-server
This commit is contained in:
parent
305dc401f7
commit
5d23cd5777
2 changed files with 13 additions and 0 deletions
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