mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
- Services: Added Part-DB
- Implementation: Added nix-sops based secret version controlling.
This commit is contained in:
parent
99a0ed1719
commit
5e68e6ee96
19 changed files with 258 additions and 86 deletions
8
nix-system-configs/forgejo-deprecated/push.zsh
Normal file
8
nix-system-configs/forgejo-deprecated/push.zsh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue