fix typos in readme
This commit is contained in:
parent
748ef24912
commit
a0bad5f768
|
@ -143,7 +143,6 @@ common ones.
|
|||
# address = forward address;
|
||||
"abuse@example.com" = "user1@example.com";
|
||||
};
|
||||
};
|
||||
|
||||
# Use Let's Encrypt certificates
|
||||
certificateScheme = 3;
|
||||
|
@ -157,10 +156,11 @@ common ones.
|
|||
# whether to scan inbound emails for viruses (note that this requires at least
|
||||
# 1 Gb RAM for the server. Without virus scanning 256 MB RAM should be plenty)
|
||||
virusScanning = false;
|
||||
};
|
||||
}
|
||||
```
|
||||
|
||||
After a `nixos-rebuild switch --upgrade` your sever should be good to go. If
|
||||
After a `nixos-rebuild switch --upgrade` your server should be good to go. If
|
||||
you want to use `nixops` to deploy the server, look in the subfolder `nixops`
|
||||
for some inspiration.
|
||||
|
||||
|
|
Loading…
Reference in New Issue