Add authelia base
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
6
lib/runtime/log/docker/postgres/default.nix
Normal file
6
lib/runtime/log/docker/postgres/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
pkgs.writeTextFile {
|
||||
name = "log-wrapper-docker-postgres";
|
||||
text = builtins.readFile ./wrapper.sh;
|
||||
executable = true;
|
||||
}
|
Reference in New Issue
Block a user