Traefik configuration

This commit is contained in:
Root User 2026-02-06 14:47:57 +01:00
parent 077ab4ca3c
commit c0e5a022ca
Signed by: root
GPG key ID: 087F0A95E5766D72
3 changed files with 337 additions and 0 deletions

View file

@ -0,0 +1,7 @@
sudo nixos-rebuild switch --upgrade-all
git pull
sudo cp /etc/nixos/configuration.nix traefik-config.nix
git add forgejo-localconfig.nix
## Be sure to add timestamp to the commit message to ensure when it was hecked up
git commit . -m "Update local Nix Config - traefik - $(date)"
git push