Archived
1
0
forked from rarias/bscpkgs

Move xeon07 configuration to a directory

This commit is contained in:
2023-04-18 16:09:23 +02:00
parent 0f7a0c3ac2
commit 848efdcb2d
15 changed files with 0 additions and 0 deletions

9
xeon07/nfs.nix Normal file
View 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 ];
}