1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Add podman - a docker implementation

This commit is contained in:
Stefan Ellmauthaler 2022-09-01 16:39:45 +02:00
parent 7a75b9f1fd
commit 42b27abca6
Failed to extract signature

View File

@ -17,6 +17,9 @@
autorandr.enable = true;
};
virtualisation.podman.enable = true;
boot.enableContainers = false;
elss = {
programs = {
aspell.enable = true;