New server docker
This commit is contained in:
@@ -102,9 +102,15 @@ let
|
||||
type = types.str;
|
||||
default = "/media/data";
|
||||
};
|
||||
arion = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
containers = lib.mkOption {
|
||||
type = lib.types.attrsOf (lib.types.submodule {
|
||||
options = {
|
||||
enable = {type = types.bool;default = false;};
|
||||
port = lib.mkOption { type = lib.types.port; };
|
||||
special_param = lib.mkOption { type = lib.types.str; default = ""; };
|
||||
};
|
||||
});
|
||||
default = {};
|
||||
};
|
||||
sops = mkOption {
|
||||
type = types.bool;
|
||||
|
||||
Reference in New Issue
Block a user