changed flake structure

This commit is contained in:
emptyynes 2025-09-29 01:10:22 +07:00
parent 17f65ed65f
commit bb5b82c063
10 changed files with 235 additions and 212 deletions

View file

@ -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"; };