mirror of
https://github.com/Superredstone/nixos.git
synced 2026-08-19 11:48:57 +02:00
feat(vikunja): enable sso
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
yamtrack_env = default;
|
||||
authentik_env = default;
|
||||
vaultwarden_env = default;
|
||||
vikunja_env = default;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
{ ... }:
|
||||
{ config, ... }:
|
||||
{
|
||||
services.vikunja = {
|
||||
enable = true;
|
||||
port = 8011;
|
||||
frontendScheme = "http";
|
||||
frontendHostname = "vikunja.patrickcanal.it";
|
||||
environmentFiles = [
|
||||
config.sops.secrets.vikunja_env.path
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user