Compare commits
No commits in common. "92ac86c3121db565eac32d31a2cdbef6413e7112" and "62e8046d2cddcb8de2b130e3d3c786018ecbb28d" have entirely different histories.
92ac86c312
...
62e8046d2c
3 changed files with 1 additions and 3 deletions
|
@ -10,7 +10,7 @@ jobs:
|
|||
include:
|
||||
- system: varda
|
||||
os: native-aarch64
|
||||
- system: telchar
|
||||
- system: legiondary
|
||||
os: native-x86_64
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
|
|
|
@ -44,7 +44,6 @@ with config;
|
|||
pre-commit # Pre-commit tasks for git
|
||||
minio-client # S3 management
|
||||
shellcheck # shell script linting
|
||||
unstable.act
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
|
|
Loading…
Reference in a new issue