mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
feat(bomba): add vikunja
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.vikunja = {
|
||||
enable = true;
|
||||
port = 8011;
|
||||
frontendScheme = "http";
|
||||
frontendHostname = "vikunja.patrickcanal.it";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user