mirror of
https://github.com/vale981/phoebe
synced 2025-03-05 17:51:43 -05:00
27 lines
756 B
Markdown
27 lines
756 B
Markdown
![]() |
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][phoebe].
|
||
|
|
||
|
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.
|
||
|
|
||
|
|
||
|
[nixos]: https://nixos.org/
|
||
|
[nixpkgs]: https://nixos.org/nixpkgs/
|
||
|
[phoebe]: https://en.wikipedia.org/wiki/Phoebe_(moon)
|