Docker+Tux: Add docker support

This commit is contained in:
2026-04-10 14:47:38 +02:00
parent fc58b0ad29
commit a802c85678
4 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{
flake.modules.nixos.docker = {
virtualisation.docker = {
enable = true;
autoPrune.enable = true;
};
};
}