feat: add vikunja
This commit is contained in:
commit
e38ffbedf4
8 changed files with 145 additions and 89 deletions
|
|
@ -9,5 +9,6 @@
|
|||
./unbound.nix
|
||||
./autossh.nix
|
||||
./continuwuity.nix
|
||||
./vikunja.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
14
services/vikunja.nix
Normal file
14
services/vikunja.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
net = import ../config/network.nix;
|
||||
services = import ../config/services.nix;
|
||||
in
|
||||
{
|
||||
services.vikunja = {
|
||||
enable = true;
|
||||
frontendHostname = "vikunja.${net.local_domain}";
|
||||
frontendScheme = "http";
|
||||
port = services.vikunja.port;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue