aboutsummaryrefslogtreecommitdiff
path: root/modules/apps/sproxy2.nix
AgeCommit message (Collapse)AuthorFilesLines
2018-01-07Add writeYAMLIgor Pashev1-1/+3
2017-05-07sproxy2: fix `datafile` option processingIgor Pashev1-3/+3
`datafile` is usually a derivation (a set at the very basic nix level), so it wasn't processed as a string, but rather as a fallback case "toString v". Other option is to use `lib.isDerivation`.
2017-05-07sproxy2: enable by default if there are backendsIgor Pashev1-2/+8
2016-12-22sproxy2: 1.92.0 -> 1.93.0Igor Pashev1-9/+34
Changed semantics of some options. If previous versions `key` and `client_secret` were files, now they are strings. If you need files, use `key.file` and `client_secret.file`.
2016-11-22sproxy2: added the key parameterIgor Pashev1-0/+5
2016-11-19Added sproxy2Igor Pashev1-0/+177