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