Enable docker

This commit is contained in:
Andrea Ciceri 2023-12-26 11:01:30 +01:00
parent 9aca052605
commit 1caf6855f0
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 4 additions and 5 deletions

View file

@ -4,6 +4,7 @@
...
}: {
virtualisation.podman.enable = true;
virtualisation.docker.enable = true;
users.users.${config.ccr.username}.extraGroups = ["docker"];
environment.systemPackages = with pkgs; [
docker-compose