Traefik configuration
This commit is contained in:
parent
077ab4ca3c
commit
c0e5a022ca
3 changed files with 337 additions and 0 deletions
7
nix-system-configs/traefik/push.zsh
Normal file
7
nix-system-configs/traefik/push.zsh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue