Skip to content

Commit

Permalink
Remove lobechat
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Jun 20, 2024
1 parent 4250d21 commit bb0409b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
14 changes: 0 additions & 14 deletions cells/nixos/profiles/homelab.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,4 @@
OLLAMA_ORIGINS = "*";
};
};

age.secrets.lobechat-envs = {
file = "${inputs.self}/secrets/lobechat.envs.age";
};

virtualisation.oci-containers.containers.lobe-chat = {
image = "docker.siki.moe/lobehub/lobe-chat";
labels = {
"io.containers.autoupdate" = "registry";
};
environmentFiles = ["${config.age.secrets.lobechat-envs.path}"];
extraOptions = ["--network=host"];
autoStart = true;
};
}
11 changes: 0 additions & 11 deletions secrets/lobechat.envs.age

This file was deleted.

1 change: 0 additions & 1 deletion secrets/secrets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ let
in {
"clash-config.yaml.age".publicKeys = all;
"hakase-tunnel-cert.age".publicKeys = all;
"lobechat.envs.age".publicKeys = all;
"nas-credentials.age".publicKeys = all;
}

0 comments on commit bb0409b

Please sign in to comment.