Compare commits

..

No commits in common. "92ac86c3121db565eac32d31a2cdbef6413e7112" and "62e8046d2cddcb8de2b130e3d3c786018ecbb28d" have entirely different histories.

3 changed files with 1 additions and 3 deletions

View file

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

View file

@ -44,7 +44,6 @@ 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,7 +39,6 @@
}; };
swapDevices = [ ]; swapDevices = [ ];
virtualisation.docker.enable = true;
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;