rpcbind error

This commit is contained in:
Ryan Pandya 2025-01-31 23:24:45 -08:00
parent 2471a2eeb8
commit 61085534b2

View File

@ -60,6 +60,6 @@ in
}
]
);
services.rpcbind.enable = true;
services.rpcbind.enable = lib.mkForce true;
};
}