Update files

This commit is contained in:
2026-03-21 17:24:16 +00:00
parent bfeca4e848
commit 345f498212
2 changed files with 8 additions and 0 deletions

View File

@@ -11,5 +11,6 @@
./programs.nix
./fonts.nix
./hardware.nix
./virtualization.nix
];
}

View File

@@ -0,0 +1,7 @@
{ ... }:
{
virtualization = {
docker.enable = true;
};
}