add act and docker to telchar
This commit is contained in:
parent
674d870cf0
commit
92ac86c312
2 changed files with 2 additions and 0 deletions
|
@ -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