mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
10 lines
148 B
Nix
10 lines
148 B
Nix
{ ... }:
|
|
{
|
|
services.vikunja = {
|
|
enable = true;
|
|
port = 8011;
|
|
frontendScheme = "http";
|
|
frontendHostname = "vikunja.patrickcanal.it";
|
|
};
|
|
}
|