Compare commits

..

No commits in common. "a631a98ce2a1a6c25ebbf31dfd6fed93fadfd6c8" and "619cf2b85dbd210833e65ba8d02eb8bbcd01116a" have entirely different histories.

3 changed files with 2 additions and 13 deletions

View file

@ -4,7 +4,7 @@ on: [push]
jobs:
Explore-Forgejo-Actions:
runs-on: nix-builder
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ forgejo.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Forgejo!"
@ -16,5 +16,4 @@ jobs:
- name: List files in the repository
run: |
ls ${{ forgejo.workspace }}
- run: nix build .#nixosConfigurations.gospel.config.system.build.toplevel
- run: echo "🍏 This job's status is ${{ job.status }}."

View file

@ -12,5 +12,6 @@
nix.gc = {
automatic = true;
options = "-d";
frequency = "03:15";
};
}

View file

@ -88,8 +88,6 @@
url = "https://git.alejandr0angul0.dev";
tokenFile = config.age.secrets.gitea-runner-gospel.path;
labels = [
"nix-builder:host"
"ubuntu-latest:docker://node:16-bullseye"
"ubuntu-22.04:docker://node:16-bullseye"
"ubuntu-20.04:docker://node:16-bullseye"
@ -98,15 +96,6 @@
};
};
};
# Allow the Forgejo Actions runner user to talk to nix-daemon when
# running jobs directly on the host.
nix.settings.trusted-users = [
config.systemd.services."gitea-runner-gospel".serviceConfig.User
];
nix.settings.allowed-users = [
config.systemd.services."gitea-runner-gospel".serviceConfig.User
];
virtualisation = {
libvirtd.enable = true;