mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
13 lines
96 B
Nix
13 lines
96 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
xlib,
|
|
...
|
|
}:
|
|
{
|
|
services.node-red = {
|
|
enable = true;
|
|
};
|
|
}
|