9 lines
227 B
Nix
9 lines
227 B
Nix
{
|
|
imports = [
|
|
./authelia.nix
|
|
./authelia-nginx.nix
|
|
];
|
|
|
|
# generate new authelia client secret like so
|
|
# authelia crypto hash generate pbkdf2 --variant sha512 --random --random.length 72 --random.charset rfc3986
|
|
}
|