nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 1564205c4339ea2f15b2c7fba54fbda1bc244664
parent fb40a061fb13ef99c43474b6a2425a67b6e51db0
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Thu,  5 Feb 2026 14:35:41 +0000

Remove Anchor container

Kinda buggy. This has now been replaced by gitnote (https://github.com/wiiznokes/gitnote)

Diffstat:
Mcommon/docker.nix | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/common/docker.nix b/common/docker.nix @@ -26,15 +26,6 @@ backend = "docker"; containers = { - anchor = { - autoStart = true; - dependsOn = [ "caddy" ]; - image = "ghcr.io/zhfahim/anchor"; - labels = { "caddy" = "notes.${domain}"; "caddy.reverse_proxy" = "{{upstreams 3000}}"; }; - networks = [ "proxy" ]; - volumes = [ "/home/${username}/docker/anchor:/data" ]; - }; - baikal = { autoStart = true; dependsOn = [ "caddy" ];