Install Docker on flynode.

This commit is contained in:
Nolan Darilek 2025-07-15 08:22:44 -04:00
parent 3b63e89838
commit b5048fe4a0
2 changed files with 5 additions and 1 deletions

3
roles/docker.nix Normal file
View file

@ -0,0 +1,3 @@
{
virtualisation.docker.enable = true;
}