changed flake structure
This commit is contained in:
parent
17f65ed65f
commit
bb5b82c063
10 changed files with 235 additions and 212 deletions
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
{
|
||||
options = with lib; with types; {
|
||||
affine = {
|
||||
services.affine = {
|
||||
enable = mkEnableOption "AFFINE collaborative tool";
|
||||
|
||||
env = {
|
||||
PORT = mkOption { type = int; default = 3010; };
|
||||
DB_USERNAME = mkOption { type = str; default = "affine"; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue