mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-09 14:18:55 -05:00
add specialisation for podman and docker
This commit is contained in:
parent
96b1969a19
commit
dd619edd86
2 changed files with 27 additions and 1 deletions
8
hosts/common/optional/docker.nix
Normal file
8
hosts/common/optional/docker.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
extraPackages = [
|
||||
pkgs.docker-compose
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue