Add docker module

This commit is contained in:
Fern Garden 2025-09-15 12:37:51 +08:00
parent 7cbf708ecf
commit a8f637704a
9 changed files with 68 additions and 34 deletions

View file

@ -20,4 +20,9 @@
User = "fern";
};
};
flock.docker = {
enable = true;
dockerMount = true;
};
}