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