Update to NixOS 24.11

This commit is contained in:
nora 2025-01-01 21:20:34 +01:00
parent 839a438272
commit 23bbc31969
13 changed files with 60 additions and 22 deletions

View file

@ -60,7 +60,13 @@ docker.noratrieb.dev {
}
################################################################
# deadname redirects
# redirects
blog.noratrieb.dev {
log
redir https://noratrieb.dev/blog{uri} permanent
}
nilstrieb.dev {
log
redir https://noratrieb.dev{uri} permanent

View file

@ -55,7 +55,7 @@ let
ns2 = dns2;
# --- website stuff
blog.CNAME = [ (cname "noratrieb.github.io") ];
blog = vps1;
www = vps1;
# --- legacy crap

View file

@ -28,6 +28,7 @@
storage = {
s3 = {
regionendpoint = "http://127.0.0.1:3900";
forcepathstyle = true; # ensure it doesn't try docker-registry.127.0.0.1 as the host
region = "garage";
bucket = "docker-registry";
# accesskey = ""; ENV REGISTRY_STORAGE_S3_ACCESSKEY