feat : bug
This commit is contained in:
parent
23a6282e6d
commit
8586884e4a
7 changed files with 38 additions and 13 deletions
|
|
@ -28,6 +28,7 @@ in {
|
|||
./searXNG.nix
|
||||
./roundcube.nix
|
||||
./vaultWarden.nix
|
||||
./forgejo.nix
|
||||
];
|
||||
|
||||
options.module = {
|
||||
|
|
@ -68,6 +69,14 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
forgejo = mkServiceOption {
|
||||
desc = "Vaultwarden password manager";
|
||||
extraOpts = {
|
||||
externalPort = mkPortOption 3000;
|
||||
internalPort = mkPortOption 8223;
|
||||
};
|
||||
};
|
||||
|
||||
searxng = mkServiceOption {
|
||||
desc = "SearXNG meta-search engine";
|
||||
extraOpts = { port = mkPortOption 1692; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue