docs: add explicit podman dependency in implementation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fd5d3f3a7c
commit
4eeeef121e
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue