expose tautulli
This commit is contained in:
parent
6cea499758
commit
73d67957ec
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
inherit (config.meta.exposes.ci) port;
|
||||
vs = config.vault-secrets.secrets;
|
||||
in {
|
||||
imports = [ ];
|
||||
|
@ -20,8 +19,6 @@ in {
|
|||
# Additional packages
|
||||
environment.systemPackages = with pkgs; [ ];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ port 9000 ];
|
||||
|
||||
vault-secrets.secrets.gitea_runner = {
|
||||
services = [ "gitea-runner-nix\x2dnative" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue