tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fix: oops
devins.page
3 months ago
d211a935
f5d9b6f1
+1
-1
1 changed file
expand all
collapse all
unified
split
hosts
bluepill
services
samba.nix
+1
-1
hosts/bluepill/services/samba.nix
reviewed
···
90
90
mountdPort = 4002;
91
91
statdPort = 4000;
92
92
extraNfsdConfig = '''';
93
93
-
services.nfs.server.exports = ''
93
93
+
exports = ''
94
94
/export *(rw,fsid=0,no_subtree_check)
95
95
/export/general *(rw,nohide,insecure,no_subtree_check)
96
96
/export/media *(rw,nohide,insecure,no_subtree_check)