configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: oops

+1 -1
+1 -1
hosts/bluepill/services/samba.nix
··· 90 90 mountdPort = 4002; 91 91 statdPort = 4000; 92 92 extraNfsdConfig = ''''; 93 - services.nfs.server.exports = '' 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)