aboutsummaryrefslogtreecommitdiff
path: root/profiles/authelia.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--profiles/authelia.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/profiles/authelia.nix b/profiles/authelia.nix
index b5d2c94..4a80591 100644
--- a/profiles/authelia.nix
+++ b/profiles/authelia.nix
@@ -1,24 +1,5 @@
{ config, ... }:
{
- age.secrets = {
- authelia-storage-key = {
- file = ../secrets/authelia-storage-key.age;
- owner = "authelia-main";
- };
- authelia-jwt-key = {
- file = ../secrets/authelia-jwt-key.age;
- owner = "authelia-main";
- };
- authelia-users = {
- file = ../secrets/authelia-users.yaml.age;
- owner = "authelia-main";
- };
- authelia-jwks = {
- file = ../secrets/authelia-jwks.age;
- owner = "authelia-main";
- };
- };
-
services.authelia.instances.main = {
enable = true;
secrets.jwtSecretFile = config.age.secrets."authelia-jwt-key".path;