modularized rpcbind enable and added to server config
Check NixOS configurations / eval-hosts (push) Failing after 13m58s

This commit is contained in:
2026-07-13 02:00:55 +10:00
parent 985d4e4bfa
commit fcb8f5e01e
3 changed files with 11 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
{ ... }
{
services.rpcbind.enable = true;
}