parent
5ae4e9c876
commit
900e7a7b01
1 changed files with 4 additions and 1 deletions
|
|
@ -33,4 +33,7 @@ jobs:
|
|||
ssh root@toufy.me -C "nixos-rebuild switch --flake /etc/nixos --impure --upgrade"
|
||||
[ "$?" == 0 ] || exit 1
|
||||
- name: garbage-collection
|
||||
run: nix-collect-garbage -d
|
||||
run: |
|
||||
set -e
|
||||
ssh root@toufy.me -C "nix-collect-garbage -d"
|
||||
[ "$?" == 0 ] || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue