aboutsummaryrefslogtreecommitdiff
path: root/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: recognise ssl is used even when `enableSSL` is not set.stuebinm2021-03-091-1/+1
| | | | | | | | Previously, I had expected that `enableSSL` would be set to true even if ssl was handled through some other option (e.g. `forceSSL`). This is apparently not the case, so the module explicitely checks for other options as well now.
* small bugfixesstuebinm2021-03-081-1/+1
| | | | | - delete copy of example folder in picarones-elm which broke the build - actually check if the service should be enabled before building it
* new option: backend proxy is now optionalstuebinm2021-03-081-5/+8
|
* Added basic nixos module (and restructured some files)stuebinm2021-03-071-0/+80
| | | | | | | | | Right now, this is capable of setting up a running instance of picarones in a couple lines of config (both backend server and the webapp, using nginx). More options should still be added, especially to make the backend's port configurable (but this requires adding features to the haskell code)
* Add server to general repositorystuebinm2021-03-071-33/+0
| | | | Idea: have all components of this program in one repository
* Added nix build expressionstuebinm2021-03-071-0/+33
makes a derivation with a functioning server inside of it.