chore(capytal): clean unused code

This commit is contained in:
Guz
2025-04-04 20:56:49 -03:00
parent cea728f9b6
commit 1666c61698
4 changed files with 4 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
{pkgs, ...}: {
{...}: {
services.forgejo.customization = {
assets = ./assets;
templates = ./templates;

View File

@@ -1,11 +1,8 @@
{
config,
inputs,
pkgs,
pkgs-unstable,
...
}:
with builtins; let
}: let
secrets = config.spacestation-secrets.lesser;
forgejoCfg = secrets.capytal.services.forgejo;
in {

View File

@@ -1,6 +1,5 @@
{
config,
lib,
pkgs,
...
}: let

View File

@@ -1,8 +1,4 @@
{
config,
pkgs-unstable,
...
}: {
{config, ...}: {
imports = [];
services.caddy.enable = true;
@@ -30,9 +26,7 @@
};
};
virtualisation.oci-containers.containers.cloudflare-tunnel = let
secrets = config.spacestation-secrets.lesser;
in {
virtualisation.oci-containers.containers.cloudflare-tunnel = {
image = "cloudflare/cloudflared:latest";
autoStart = true;
extraOptions = [
@@ -42,7 +36,6 @@
"tunnel"
"--no-autoupdate"
"run"
# secrets.capytal.cloudflare-funnel
];
environmentFiles = [
config.sops.secrets."cloudflared/tunnel-env".path