pls
All checks were successful
nixos config pipeline / show-flake (push) Successful in 31s
nixos config pipeline / deploy (push) Successful in 32s

This commit is contained in:
smayzy 2025-08-09 19:11:35 +02:00
parent 8814466d57
commit 5ae50d488f

View File

@ -32,7 +32,7 @@ jobs:
cd /home/smayzy/nix-config
sudo -u smayzy git pull
old_gen="$(readlink /run/current-system)"
if nixos-rebuild switch --flake .#server1 --show-trace; then
if nixos-rebuild switch --flake git+https://gitea.smayzy.ovh/Smayzy/nix-config#server1; then
echo "Deployment successful"
else
new_gen="$(readlink /run/current-system)"