Wip Migrate podman

This commit is contained in:
soraefir
2026-05-06 01:05:32 +02:00
parent b2d040d414
commit fd7797c6e7
5 changed files with 65 additions and 20 deletions

View File

@@ -105,7 +105,9 @@ let
containers = mkOption {
type = types.attrsOf (types.submodule {
options = {
enable = mkOption {type = types.bool;default = false;};
enable = mkOption { type = types.bool;default = false; };
db = mkOption { type = types.bool;default = false; };
ip = mkOption { type = types.str; };
port = mkOption { type = types.port; };
extraParam = mkOption { type = types.str; default = ""; };
};