Let's just add a rootless docker

This commit is contained in:
Lillian Violet 2024-02-06 13:31:04 +01:00
parent bc9f229779
commit 2be00d0fff

View file

@ -36,6 +36,16 @@
};
};
environment.systemPackages = with pkgs; [
docker
docker-compose
];
virtualisation.docker = {
enable = true;
rootless.enable = true;
};
networking.hostName = "EDI";
boot.bootspec.enable = true;