updated modules to work for cloud

This commit is contained in:
2024-12-23 15:35:36 -05:00
parent 972cd76421
commit 86970a7f6c
10 changed files with 178 additions and 131 deletions

View File

@ -4,9 +4,9 @@
pkgs,
...
}: let
cfg = config.containers.podman;
cfg = config.podman;
in {
options.containers = {
options = {
podman = {
enable = lib.mkEnableOption "Podman container runtime";