deploy umami

This commit is contained in:
Vivian 2022-05-26 14:34:01 +02:00
parent a3ac4b8cc0
commit 0de792fd0d
12 changed files with 118 additions and 3 deletions

View file

@ -4,7 +4,7 @@
{ config, pkgs, ... }:
let
databases = [ "authentik" ];
databases = [ "authentik" "umami" ];
in
{