Compare commits

...

4 Commits

3 changed files with 6 additions and 2 deletions

View File

@@ -11,10 +11,10 @@ jobs:
build:all: build:all:
runs-on: native runs-on: native
steps: steps:
- uses: https://gitea.com/ScMi1/checkout@v1.4 - uses: https://jungle.bsc.es/git/actions/checkout@v6-gitea
- run: nix build -L --no-link --print-out-paths .#bsc.ci.all - run: nix build -L --no-link --print-out-paths .#bsc.ci.all
build:cross: build:cross:
runs-on: native runs-on: native
steps: steps:
- uses: https://gitea.com/ScMi1/checkout@v1.4 - uses: https://jungle.bsc.es/git/actions/checkout@v6-gitea
- run: nix build -L --no-link --print-out-paths .#bsc.ci.cross - run: nix build -L --no-link --print-out-paths .#bsc.ci.cross

View File

@@ -3,6 +3,8 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
}; };
description = "configuration for jungle machines";
outputs = { self, nixpkgs, ... }: outputs = { self, nixpkgs, ... }:
let let
mkConf = name: nixpkgs.lib.nixosSystem { mkConf = name: nixpkgs.lib.nixosSystem {

View File

@@ -21,6 +21,8 @@ in
}; };
log.LEVEL = "Warn"; log.LEVEL = "Warn";
actions.DEFAULT_ACTIONS_URL = "self";
mailer = { mailer = {
ENABLED = true; ENABLED = true;
FROM = "jungle-robot@bsc.es"; FROM = "jungle-robot@bsc.es";