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

@ -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;
}