mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-15 02:50:57 -06:00
test: project vault fucked
This commit is contained in:
parent
e53184020f
commit
4bae308c79
4 changed files with 21 additions and 33 deletions
|
|
@ -59,40 +59,25 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
interface1 =
|
||||
let
|
||||
domain = "${short}.${domain0}";
|
||||
secrets = "${secretPath}/${name}";
|
||||
ssl = "${sslPath}/${name}.${domain0}";
|
||||
in
|
||||
{
|
||||
domain = domain;
|
||||
subdomain = short;
|
||||
microvm = {
|
||||
id = "vm-${short}";
|
||||
mac = "02:00:00:00:56:06";
|
||||
idUser = "vmuser-${short}";
|
||||
macUser = "02:00:00:00:00:06";
|
||||
ip = "192.168.50.116";
|
||||
gate = "192.168.50.1";
|
||||
ssh = 2206;
|
||||
interface1 = {
|
||||
subdomain = short;
|
||||
microvm = {
|
||||
id = "vm-${short}";
|
||||
mac = "02:00:00:00:56:06";
|
||||
idUser = "vmuser-${short}";
|
||||
macUser = "02:00:00:00:00:06";
|
||||
ip = "192.168.50.116";
|
||||
gate = "192.168.50.1";
|
||||
ssh = 2206;
|
||||
};
|
||||
paths = {
|
||||
varPaths = {
|
||||
path0 = "${varPath}/${name}";
|
||||
};
|
||||
ssl = {
|
||||
path = ssl;
|
||||
cert = "${ssl}/fullchain.pem";
|
||||
key = "${ssl}/key.pem";
|
||||
};
|
||||
paths = {
|
||||
varPaths = {
|
||||
path0 = "${varPath}/${name}";
|
||||
};
|
||||
mntPaths = {
|
||||
path0 = "${mntPath}/${name}";
|
||||
};
|
||||
secretPaths = {
|
||||
path0 = secrets;
|
||||
};
|
||||
mntPaths = {
|
||||
path0 = "${mntPath}/${name}";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue