This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nixos/modules/services/enable-rpcbind.nix
T
beatzaplenty fcb8f5e01e
Check NixOS configurations / eval-hosts (push) Failing after 13m58s
modularized rpcbind enable and added to server config
2026-07-13 02:00:55 +10:00

4 lines
47 B
Nix

{ ... }
{
services.rpcbind.enable = true;
}