mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 21:29:12 +02:00
wip: nix-topology #81
This commit is contained in:
parent
a343de7a90
commit
727e1af67d
4 changed files with 47 additions and 35 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ self, lib, config, globals, dns, confLib, ... }:
|
||||
{ lib, config, globals, dns, confLib, ... }:
|
||||
let
|
||||
inherit (confLib.gen { name = "koillection"; port = 2282; dir = "/var/lib/koillection"; }) servicePort serviceName serviceUser serviceDir serviceDomain serviceAddress proxyAddress4 proxyAddress6 topologyContainerName;
|
||||
inherit (confLib.gen { name = "koillection"; port = 2282; dir = "/var/lib/koillection"; }) servicePort serviceName serviceUser serviceDir serviceDomain serviceAddress proxyAddress4 proxyAddress6;
|
||||
inherit (confLib.static) isHome isProxied webProxy homeWebProxy dnsServer homeProxyIf webProxyIf homeServiceAddress nginxAccessRules;
|
||||
serviceDB = "koillection";
|
||||
|
||||
|
|
@ -24,11 +24,13 @@ in
|
|||
koillection-env-file = { inherit sopsFile; };
|
||||
};
|
||||
|
||||
topology.nodes.${topologyContainerName}.services.${serviceName} = {
|
||||
name = lib.swarselsystems.toCapitalized serviceName;
|
||||
info = "https://${serviceDomain}";
|
||||
icon = "${self}/files/topology-images/${serviceName}.png";
|
||||
};
|
||||
# topology.nodes.${topologyContainerName}.services.${serviceName} = {
|
||||
# name = lib.swarselsystems.toCapitalized serviceName;
|
||||
# info = "https://${serviceDomain}";
|
||||
# icon = "${self}/files/topology-images/${serviceName}.png";
|
||||
# };
|
||||
|
||||
topology.serviceRegistry.koillection.oci.repos = [ "koillection" ];
|
||||
|
||||
globals = {
|
||||
networks = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue