chore(capytal): clean unused code
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{pkgs, ...}: {
|
||||
{...}: {
|
||||
services.forgejo.customization = {
|
||||
assets = ./assets;
|
||||
templates = ./templates;
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
...
|
||||
}:
|
||||
with builtins; let
|
||||
}: let
|
||||
secrets = config.spacestation-secrets.lesser;
|
||||
forgejoCfg = secrets.capytal.services.forgejo;
|
||||
in {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user