mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 01:25:09 +01:00
Update to NixOS 24.11
This commit is contained in:
parent
839a438272
commit
23bbc31969
13 changed files with 60 additions and 22 deletions
|
|
@ -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
|
||||
|
|
@ -55,7 +55,7 @@ let
|
|||
ns2 = dns2;
|
||||
|
||||
# --- website stuff
|
||||
blog.CNAME = [ (cname "noratrieb.github.io") ];
|
||||
blog = vps1;
|
||||
www = vps1;
|
||||
|
||||
# --- legacy crap
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue