org-roam notes sync service and new workflows

This commit is contained in:
Andrea Ciceri 2022-12-28 18:36:55 +01:00
parent 021ee17f1b
commit ff6d91c282
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
9 changed files with 52 additions and 24 deletions

27
.github/workflows/build-rock5b.yaml vendored Normal file
View file

@ -0,0 +1,27 @@
name: build-beebox
on:
workflow_dispatch: # allows manual triggering
push:
branches:
- master
- update_flake_lock_action
jobs:
build-beebox:
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
extra_nix_config: |
accept-flake-config = true
- uses: cachix/cachix-action@v12
with:
name: aciceri-fleet
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix --print-build-logs --verbose build --allow-import-from-derivation .#nixosConfigurations.beebox.config.system.build.toplevel