forked from rarias/bscpkgs
Move xeon07 configuration to a directory
This commit is contained in:
9
xeon07/nfs.nix
Normal file
9
xeon07/nfs.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.nfs.server.enable = true;
|
||||
services.nfs.server.exports = ''
|
||||
/nix 10.0.40.0/24(ro,sync,no_subtree_check,root_squash)
|
||||
'';
|
||||
networking.firewall.allowedTCPPorts = [ 2049 ];
|
||||
}
|
||||
Reference in New Issue
Block a user