loptland: attempt to get rid of hydra

This commit is contained in:
Christoph Hollizeck 2025-11-30 03:06:53 +01:00
parent 909558e8e1
commit 98a3cf3827
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 12 additions and 2 deletions

View file

@ -2,7 +2,7 @@ on:
schedule: schedule:
- cron: 0 */6 * * * - cron: 0 */6 * * *
jobs: jobs:
UpdateFlake: update:
runs-on: native runs-on: native
steps: steps:
- name: Check out repository code - name: Check out repository code
@ -18,3 +18,13 @@ jobs:
git commit -a -m "chore: update flake" git commit -a -m "chore: update flake"
- name: Push changes - name: Push changes
run: git push run: git push
- name: Build Loptland
run: |
cd ${{ env.FORGEJO_WORKSPACE }}
nix build .#nixosConfigurations.loptland.config.system.build.toplevel
- name: Build Yggdrasil
run: |
cd ${{ env.FORGEJO_WORKSPACE }}
nix build .#nixosConfigurations.yggdrasil.config.system.build.toplevel

View file

@ -101,7 +101,7 @@ in
]; ];
} }
{ {
hostName = "100.90.93.35"; hostName = "nixberry";
sshUser = "remotebuild"; sshUser = "remotebuild";
sshKey = "/root/.ssh/remotebuild"; sshKey = "/root/.ssh/remotebuild";
systems = [ "aarch64-linux" ]; systems = [ "aarch64-linux" ];