mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-24 21:22:33 -05:00
remove system level ddev
This commit is contained in:
parent
8b614ea1de
commit
63e8f462e5
4 changed files with 6 additions and 4 deletions
|
|
@ -1,8 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
extraPackages = [
|
||||
pkgs.docker-compose
|
||||
pkgs.docker-buildx
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue