forked from Bun/nixos-config
Add smtp to pretty much every service on the server
This commit is contained in:
parent
8eb0724768
commit
963e056b93
7 changed files with 277 additions and 93 deletions
|
@ -54,8 +54,8 @@
|
|||
};
|
||||
"/home/jimbo/JimboNFS" = {
|
||||
device = "server:/export/JimboNFS";
|
||||
fsType = "nfs";
|
||||
options = [ "nofail" ];
|
||||
fsType = "nfs4";
|
||||
options = [ "x-systemd.automount" "_netdev" "noauto" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue