cleanup and format

This commit is contained in:
Grisha Shipunov 2025-01-25 15:37:01 +01:00
parent e8114c1d61
commit 31b066909d
7 changed files with 9 additions and 13 deletions

View file

@ -1,6 +1,6 @@
{ config, ... }:
{
sops.secrets."authentik/env" = {};
sops.secrets."authentik/env" = { };
services.authentik = {
enable = true;
environmentFile = config.sops.secrets."authentik/env".path;