Wip Migrate podman
This commit is contained in:
@@ -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 = ""; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user