mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-14 02:20:53 -06:00
test: setting up nas structure
This commit is contained in:
parent
8cd193ec49
commit
4225970826
747 changed files with 2938 additions and 4347 deletions
|
|
@ -54,41 +54,43 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
instanceSubmodule = lib.types.submodule {
|
||||
options = {
|
||||
subdomain = stringType;
|
||||
label = stringType;
|
||||
name = stringType;
|
||||
short = stringType;
|
||||
hostname = stringType;
|
||||
tags = listType;
|
||||
records = genOptions stringType "record";
|
||||
domains = genOptions stringType "url";
|
||||
dns = genOptions stringType "provider";
|
||||
localhost = genOptions stringType "address";
|
||||
wireguard = genOptions stringType "interface";
|
||||
remotehost = genOptions stringType "address";
|
||||
email = genOptions stringType "address";
|
||||
sops = genOptions stringType "path";
|
||||
paths = genOptions stringType "path";
|
||||
varPaths = genOptions stringType "path";
|
||||
interfaceConfig = {
|
||||
domain = stringType;
|
||||
email = stringType;
|
||||
ip = stringType;
|
||||
subdomain = stringType;
|
||||
wireguard = stringType;
|
||||
microvm = {
|
||||
gate = stringType;
|
||||
id = stringType;
|
||||
idUser = stringType;
|
||||
mac = stringType;
|
||||
macUser = stringType;
|
||||
num = intType;
|
||||
ssh = intType;
|
||||
};
|
||||
ssl = {
|
||||
cert = stringType;
|
||||
key = stringType;
|
||||
path = stringType;
|
||||
};
|
||||
paths = {
|
||||
mntPaths = genOptions stringType "path";
|
||||
secretPaths = genOptions stringType "path";
|
||||
varPaths = genOptions stringType "path";
|
||||
};
|
||||
};
|
||||
|
||||
instanceSubmodule = lib.types.submodule {
|
||||
options = {
|
||||
name = stringType;
|
||||
label = stringType;
|
||||
short = stringType;
|
||||
tags = listType;
|
||||
dns = genOptions stringType "provider";
|
||||
ports = genOptions intType "port";
|
||||
interface = {
|
||||
id = stringType;
|
||||
mac = stringType;
|
||||
idUser = stringType;
|
||||
macUser = stringType;
|
||||
ip = stringType;
|
||||
gate = stringType;
|
||||
ssh = intType;
|
||||
};
|
||||
ssl = {
|
||||
cert = stringType;
|
||||
key = stringType;
|
||||
path = stringType;
|
||||
};
|
||||
addresses = genOptions stringType "address";
|
||||
interfaces = genOptions interfaceConfig "interface";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -284,10 +286,8 @@ in
|
|||
emailNoReply = "noreply";
|
||||
servicePath = "/mnt/media/NAS1";
|
||||
mntPath = "/mnt/storage";
|
||||
varLib = var;
|
||||
varPath = var;
|
||||
sslPath = "${var}/acme";
|
||||
sopsPath = "${var}/secrets";
|
||||
secretPath = "/run/secrets";
|
||||
cachePath = "/var/cache";
|
||||
dummy = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue