mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
8 lines
284 B
Bash
8 lines
284 B
Bash
sudo nixos-rebuild switch --upgrade-all
|
|
git pull
|
|
sudo cp /etc/nixos/configuration.nix forgejo-localconfig.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 $(date)"
|
|
git push
|
|
|