mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-15 17:15:14 +01:00
hugo-chat works
This commit is contained in:
parent
b58d3f4ceb
commit
e60ecf1f91
14 changed files with 43 additions and 64 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
8
newinfra/nix/modules/podman/default.nix
Normal file
8
newinfra/nix/modules/podman/default.nix
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue