mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-24 13:12:32 -05:00
remove system level ddev
This commit is contained in:
parent
8b614ea1de
commit
63e8f462e5
4 changed files with 6 additions and 4 deletions
|
|
@ -23,8 +23,6 @@
|
|||
blender
|
||||
# Local AI
|
||||
lmstudio
|
||||
# Dev
|
||||
ddev
|
||||
;
|
||||
inherit (pkgs)
|
||||
# Utilities
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
extraPackages = [
|
||||
pkgs.docker-compose
|
||||
pkgs.docker-buildx
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
#dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
extraPackages = with pkgs; [
|
||||
podman-compose
|
||||
|
|
|
|||
|
|
@ -37,6 +37,8 @@
|
|||
"hosts/common/optional/pentesting.nix"
|
||||
"hosts/common/optional/gaming.nix"
|
||||
"hosts/common/optional/podman.nix"
|
||||
"hosts/common/optional/docker.nix"
|
||||
|
||||
"hosts/common/optional/vms.nix"
|
||||
"hosts/common/optional/printing.nix"
|
||||
"modules/services/jellyfin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue