add authelia group
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
services.authelia.instances.main = {
|
services.authelia.instances.main = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "authelia_main";
|
user = "authelia_main";
|
||||||
|
group = "authelia_main";
|
||||||
secrets = {
|
secrets = {
|
||||||
jwtSecretFile = config.sops.secrets.authelia-jwt-secret.path;
|
jwtSecretFile = config.sops.secrets.authelia-jwt-secret.path;
|
||||||
storageEncryptionKeyFile = config.sops.secrets.authelia-storage-encryption-key.path;
|
storageEncryptionKeyFile = config.sops.secrets.authelia-storage-encryption-key.path;
|
||||||
|
|||||||
Reference in New Issue
Block a user