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:
- system: varda
os: native-aarch64
- system: telchar
- system: legiondary
os: native-x86_64
runs-on: ${{ matrix.os }}
env:

View file

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

View file

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