totoro: enable NFS

This commit is contained in:
Luke Granger-Brown 2023-03-09 21:33:22 +00:00
parent dae973cb59
commit a17cc6e422

View file

@ -573,6 +573,13 @@ in {
};
};
services.nfs.server = {
enable = true;
exports = ''
/export 192.168.1.0/24(rw,fsid=0,no_subtree_check,sync)
'';
};
my.vault.acmeCertificates = {
"plex-totoro.lukegb.com" = { hostnames = [ "plex-totoro.lukegb.com" ]; nginxVirtualHosts = [ "plex-totoro.lukegb.com" ]; };
"invoices.lukegb.com" = { hostnames = [ "invoices.lukegb.com" ]; nginxVirtualHosts = [ "invoices.lukegb.com" ]; };