docs: add explicit podman dependency in implementation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-18 19:03:57 +01:00
parent fd5d3f3a7c
commit 4eeeef121e

View file

@ -145,6 +145,15 @@ sops.secrets.adguard_client_laptop = { };
## Implementation Details ## Implementation Details
### Dependencies
```nix
config = lib.mkIf cfg.enable {
myModules.podman.enable = true; # Container runtime
...
};
```
### Container Definition ### Container Definition
```nix ```nix