hugo-chat works

This commit is contained in:
nora 2024-08-05 19:31:01 +02:00
parent b58d3f4ceb
commit e60ecf1f91
14 changed files with 43 additions and 64 deletions

View file

@ -43,11 +43,6 @@ api.hugo-chat.noratrieb.dev {
reverse_proxy * localhost:5001
}
# TODO:
# Set up a domain called gh-pages.noratrieb.dev that's a CNAME for noratrieb.github.io
# such that all one-off repos use that domain, making links redirectable in the future.
# i've posted a bunch of nilstrieb.github.io links that are now dead
################################################################
# deadname redirects
nilstrieb.dev {

View file

@ -0,0 +1,8 @@
{ ... }: {
virtualisation.podman = {
enable = true;
};
# https://github.com/NixOS/nixpkgs/issues/226365
networking.firewall.interfaces."podman+".allowedUDPPorts = [ 53 5353 ];
age.secrets.docker_registry_password.file = ../../secrets/docker_registry_password.age;
}