enable docker for nas

This commit is contained in:
2026-03-27 12:55:07 +01:00
parent 2644e7f843
commit a6a3b32765
3 changed files with 7 additions and 1 deletions

5
software/docker.nix Normal file
View File

@@ -0,0 +1,5 @@
{config, pkgs, ...}@input: {
virtualisation.docker = {
enable = true;
};
}