Add authelia base

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-03-08 00:35:15 +00:00
parent 881b18065a
commit e9ffd4d839
8 changed files with 250 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
pkgs.writeTextFile {
name = "log-wrapper-docker-postgres";
text = builtins.readFile ./wrapper.sh;
executable = true;
}