treewide: drop nixops docs and examples
This is not a deployment system we recommend using anymore in 2025. Closes: #320
This commit is contained in:
parent
a7d2b05a99
commit
b92870c240
3 changed files with 0 additions and 66 deletions
|
@ -44,29 +44,3 @@ To build the documentation, you need to enable `Nix Flakes
|
|||
|
||||
$ nix build .#documentation
|
||||
$ xdg-open result/index.html
|
||||
|
||||
Nixops
|
||||
------
|
||||
|
||||
You can test the setup via ``nixops``. After installation, do
|
||||
|
||||
::
|
||||
|
||||
$ nixops create nixops/single-server.nix nixops/vbox.nix -d mail
|
||||
$ nixops deploy -d mail
|
||||
$ nixops info -d mail
|
||||
|
||||
You can then test the server via e.g. \ ``telnet``. To log into it, use
|
||||
|
||||
::
|
||||
|
||||
$ nixops ssh -d mail mailserver
|
||||
|
||||
Imap
|
||||
----
|
||||
|
||||
To test imap manually use
|
||||
|
||||
::
|
||||
|
||||
$ openssl s_client -host mail.example.com -port 143 -starttls imap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue