mirror of
https://github.com/michaelthomson0797/nixos-server.git
synced 2025-12-19 11:28:48 +00:00
initial commit
This commit is contained in:
4
modules/nfs.nix
Normal file
4
modules/nfs.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{...}: {
|
||||
boot.supportedFilesystems = ["nfs"];
|
||||
services.rpcbind.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user