No description
Find a file
Peter Jones 193b82189e
Automatically depending on NixOps key services, new Rails sourcedFile option
* Services that need password files will automatically depend on the
    appropriate NixOps key service as necessary.

  * New `sourcedFile` option for Rails applications to load a Bash
    script just before starting the Rails service.  Useful for setting
    secret environment variables.
2019-01-03 14:33:38 -07:00
bin When decrypting secrets, pass unencrypted files straight through 2019-01-03 14:32:11 -07:00
lib Automatically depending on NixOps key services, new Rails sourcedFile option 2019-01-03 14:33:38 -07:00
modules Automatically depending on NixOps key services, new Rails sourcedFile option 2019-01-03 14:33:38 -07:00
.gitignore Automatically depending on NixOps key services, new Rails sourcedFile option 2019-01-03 14:33:38 -07:00
default.nix Automatically depending on NixOps key services, new Rails sourcedFile option 2019-01-03 14:33:38 -07:00
helpers.nix security, rails, postgresql: Import files from original repo 2018-12-19 16:08:03 -07:00
LICENSE security, rails, postgresql: Import files from original repo 2018-12-19 16:08:03 -07:00
README.md security, rails, postgresql: Import files from original repo 2018-12-19 16:08:03 -07:00

Phoebe is a set of NixOS modules that provide additional functionality on top of the existing modules in Nixpkgs. The name of this package was taken from the name of Saturn's moon.

Module List

  • phoebe.security:

    Automatically enable various security related settings for NixOS.

  • phoebe.services.postgresql:

    Start and manage PostgreSQL, including automatic user and database creation.

  • phoebe.services.rails:

    Configure and manage Ruby on Rails applications. Includes a helper function to help package Rails applications so they can be used by this service.