fix(local-dev) : typo + wrong package name
This commit is contained in:
parent
0f6f08997d
commit
5af55be754
1 changed files with 1 additions and 3 deletions
|
@ -102,8 +102,6 @@
|
||||||
# # caddy localhost root certificate
|
# # caddy localhost root certificate
|
||||||
# security.pki.certificates = [ caddyLocalRootCert ];
|
# security.pki.certificates = [ caddyLocalRootCert ];
|
||||||
|
|
||||||
}
|
|
||||||
{
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
docker.rootless = {
|
docker.rootless = {
|
||||||
|
@ -119,7 +117,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
(import (fetchTarball https://github.com/cachix/devenv/archive/v0.6.2.tar.gz)).default
|
(import (fetchTarball https://github.com/cachix/devenv/archive/v0.6.2.tar.gz)).default
|
||||||
direnv
|
direnv
|
||||||
docker_compose
|
docker-compose
|
||||||
virt-manager
|
virt-manager
|
||||||
zola
|
zola
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue