Enable docker
This commit is contained in:
parent
9aca052605
commit
1caf6855f0
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue