mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
- Implementation: Added nix-sops based secret version controlling.
7 lines
291 B
Bash
7 lines
291 B
Bash
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
|