loki: Remove NFS server

This commit is contained in:
Erwin Boskma 2024-09-19 22:12:30 +02:00
parent 99a5b87917
commit c048ea5eae
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -388,15 +388,6 @@
# user = "erwin";
openFirewall = true;
};
nfs.server = {
enable = true;
exports = ''
/home/erwin/proxmox-backup 10.0.0.0/24(rw,sync,no_subtree_check,anonuid=1000,anongid=100,all_squash)
'';
lockdPort = 4101;
mountdPort = 4102;
statdPort = 4100;
};
};
programs = {