diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 22:45:13 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 22:45:13 +0200 |
| commit | 29f16288001cd0d64e7c158bb1e327483a9e2d9a (patch) | |
| tree | 4aae596946dd64142bcb3f082da15bd050a98218 | |
| parent | 2a0fe6e95985596b389136b4ce771775553f8d2b (diff) | |
| download | nixos-29f16288001cd0d64e7c158bb1e327483a9e2d9a.tar nixos-29f16288001cd0d64e7c158bb1e327483a9e2d9a.tar.gz nixos-29f16288001cd0d64e7c158bb1e327483a9e2d9a.tar.bz2 nixos-29f16288001cd0d64e7c158bb1e327483a9e2d9a.tar.xz nixos-29f16288001cd0d64e7c158bb1e327483a9e2d9a.zip | |
ugh.
| -rw-r--r-- | ymir.nix | 27 |
1 files changed, 13 insertions, 14 deletions
| @@ -328,6 +328,19 @@ in rec { | |||
| 328 | uucp: root | 328 | uucp: root |
| 329 | ''; | 329 | ''; |
| 330 | #destination = ["yggdrasil.li" "ymir.yggdrasil.li" "praseodym.org" "ymir.praseodym.org" "141.li" "ymir.141.li" "xmpp.li" "ymir.xmpp.li" "dirty-haskell.org" "explainuxul.de" "www.explainuxul.de" "lmu.li" "www.lmu.li" "localhost.yggdrasil.li" "localhost"]; | 330 | #destination = ["yggdrasil.li" "ymir.yggdrasil.li" "praseodym.org" "ymir.praseodym.org" "141.li" "ymir.141.li" "xmpp.li" "ymir.xmpp.li" "dirty-haskell.org" "explainuxul.de" "www.explainuxul.de" "lmu.li" "www.lmu.li" "localhost.yggdrasil.li" "localhost"]; |
| 331 | destination = [''regexp:${pkgs.writeText "destination" '' | ||
| 332 | /\.?yggdrasil\.li$/ ACCEPT | ||
| 333 | /\.?praseodym\.org$/ ACCEPT | ||
| 334 | /\.?141\.li$/ ACCEPT | ||
| 335 | /\.?xmpp\.li$/ ACCEPT | ||
| 336 | /\.?dirty-haskell\.org$/ ACCEPT | ||
| 337 | /\.?explainuxul\.de$/ ACCEPT | ||
| 338 | /\.?lmu\.li$/ ACCEPT | ||
| 339 | /\.?yggdrasil$/ ACCEPT | ||
| 340 | /\.?localdomain$/ ACCEPT | ||
| 341 | /^localhost$/ ACCEPT | ||
| 342 | /\.?ymir$/ ACCEPT | ||
| 343 | ''}'']; | ||
| 331 | sslCert = "/var/lib/acme/yggdrasil.li/fullchain.pem"; | 344 | sslCert = "/var/lib/acme/yggdrasil.li/fullchain.pem"; |
| 332 | sslKey = "/var/lib/acme/yggdrasil.li/key.pem"; | 345 | sslKey = "/var/lib/acme/yggdrasil.li/key.pem"; |
| 333 | extraConfig = '' | 346 | extraConfig = '' |
| @@ -354,20 +367,6 @@ in rec { | |||
| 354 | #enable TLS logging to see the ciphers for outbound connections | 367 | #enable TLS logging to see the ciphers for outbound connections |
| 355 | smtp_tls_loglevel = 1 | 368 | smtp_tls_loglevel = 1 |
| 356 | 369 | ||
| 357 | destination = regexp:${pkgs.writeText "destination" '' | ||
| 358 | /\.?yggdrasil\.li$/ ACCEPT | ||
| 359 | /\.?praseodym\.org$/ ACCEPT | ||
| 360 | /\.?141\.li$/ ACCEPT | ||
| 361 | /\.?xmpp\.li$/ ACCEPT | ||
| 362 | /\.?dirty-haskell\.org$/ ACCEPT | ||
| 363 | /\.?explainuxul\.de$/ ACCEPT | ||
| 364 | /\.?lmu\.li$/ ACCEPT | ||
| 365 | /\.?yggdrasil$/ ACCEPT | ||
| 366 | /\.?localdomain$/ ACCEPT | ||
| 367 | /^localhost$/ ACCEPT | ||
| 368 | /\.?ymir$/ ACCEPT | ||
| 369 | ''} | ||
| 370 | |||
| 371 | transport_maps = regexp:${pkgs.writeText "transport" '' | 370 | transport_maps = regexp:${pkgs.writeText "transport" '' |
| 372 | /^gkleen[@\+]/ uucp:isaac | 371 | /^gkleen[@\+]/ uucp:isaac |
| 373 | ''} | 372 | ''} |
