aboutsummaryrefslogtreecommitdiffstats
path: root/apps/authelia/secrets.nix
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-23 08:07:11 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-26 04:36:24 +0100
commit597ec76b7cb1527b1df215548a8f50bddccd8606 (patch)
tree9ea88686f3b15689e222a1d286a6726f6ce59ace /apps/authelia/secrets.nix
parentd2873fe0f6a117d7157c2a6f204a864f9edeb668 (diff)
apps/authelia: init
Diffstat (limited to 'apps/authelia/secrets.nix')
-rw-r--r--apps/authelia/secrets.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/authelia/secrets.nix b/apps/authelia/secrets.nix
new file mode 100644
index 0000000..1ad5f1a
--- /dev/null
+++ b/apps/authelia/secrets.nix
@@ -0,0 +1,5 @@
+{ appConfig, ... }: [
+ { type = "random-string"; path = appConfig.jwtSecret; }
+ { type = "random-string"; path = appConfig.sessionSecret; }
+ { type = "random-string"; path = appConfig.storageEncryptionKey; }
+]