mirror of
https://github.com/michaelthomson0797/nixos-server.git
synced 2025-12-19 03:18:49 +00:00
5 lines
84 B
Nix
5 lines
84 B
Nix
{...}: {
|
|
boot.supportedFilesystems = ["nfs"];
|
|
services.rpcbind.enable = true;
|
|
}
|