fix(local-dev) : typo + wrong package name

This commit is contained in:
Florian Schmitt 2023-04-15 10:48:46 +03:00
parent 0f6f08997d
commit 5af55be754

View file

@ -102,8 +102,6 @@
# # caddy localhost root certificate
# security.pki.certificates = [ caddyLocalRootCert ];
}
{
virtualisation = {
docker.enable = true;
docker.rootless = {
@ -119,7 +117,7 @@
environment.systemPackages = with pkgs; [
(import (fetchTarball https://github.com/cachix/devenv/archive/v0.6.2.tar.gz)).default
direnv
docker_compose
docker-compose
virt-manager
zola
];