4 lines
50 B
Nix
4 lines
50 B
Nix
{ pkgs, ...}: {
|
|
services.arrpc.enable = true;
|
|
}
|
{ pkgs, ...}: {
|
|
services.arrpc.enable = true;
|
|
}
|