Compare commits

...

2 commits

Author SHA1 Message Date
92ac86c312
add act and docker to telchar 2024-07-17 11:21:28 -05:00
674d870cf0
swap automation to telchar 2024-07-17 11:21:27 -05:00
3 changed files with 3 additions and 1 deletions

View file

@ -10,7 +10,7 @@ jobs:
include: include:
- system: varda - system: varda
os: native-aarch64 os: native-aarch64
- system: legiondary - system: telchar
os: native-x86_64 os: native-x86_64
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
env: env:

View file

@ -44,6 +44,7 @@ with config;
pre-commit # Pre-commit tasks for git pre-commit # Pre-commit tasks for git
minio-client # S3 management minio-client # S3 management
shellcheck # shell script linting shellcheck # shell script linting
unstable.act
]; ];
}; };
} }

View file

@ -39,6 +39,7 @@
}; };
swapDevices = [ ]; swapDevices = [ ];
virtualisation.docker.enable = true;
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;