8 lines
113 B
Nix
8 lines
113 B
Nix
|
_: {
|
||
|
services.homepage-dashboard = {
|
||
|
enable = true;
|
||
|
listenPort = 7676;
|
||
|
openFirewall = true;
|
||
|
};
|
||
|
}
|