1
0
Fork 0
forked from Bun/nixos-config

Add smtp to pretty much every service on the server

This commit is contained in:
Jimbo 2024-08-06 05:27:33 -04:00
parent 8eb0724768
commit 963e056b93
7 changed files with 277 additions and 93 deletions

View file

@ -54,8 +54,8 @@
};
"/home/jimbo/JimboNFS" = {
device = "server:/export/JimboNFS";
fsType = "nfs";
options = [ "nofail" ];
fsType = "nfs4";
options = [ "x-systemd.automount" "_netdev" "noauto" ];
};
};