add act and docker to telchar

This commit is contained in:
Joseph Hanson 2024-07-17 11:21:21 -05:00
parent 674d870cf0
commit 92ac86c312
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 2 additions and 0 deletions

View file

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

View file

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