fix typos in readme
This commit is contained in:
parent
748ef24912
commit
a0bad5f768
1 changed files with 14 additions and 14 deletions
|
@ -143,7 +143,6 @@ common ones.
|
||||||
# address = forward address;
|
# address = forward address;
|
||||||
"abuse@example.com" = "user1@example.com";
|
"abuse@example.com" = "user1@example.com";
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
# Use Let's Encrypt certificates
|
# Use Let's Encrypt certificates
|
||||||
certificateScheme = 3;
|
certificateScheme = 3;
|
||||||
|
@ -157,10 +156,11 @@ common ones.
|
||||||
# whether to scan inbound emails for viruses (note that this requires at least
|
# 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)
|
# 1 Gb RAM for the server. Without virus scanning 256 MB RAM should be plenty)
|
||||||
virusScanning = false;
|
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`
|
you want to use `nixops` to deploy the server, look in the subfolder `nixops`
|
||||||
for some inspiration.
|
for some inspiration.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue