mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-14 02:20:53 -06:00
feat: services for nas all up and running
This commit is contained in:
parent
92088ed139
commit
8649008c93
9 changed files with 54 additions and 21 deletions
|
|
@ -21,7 +21,7 @@ in
|
|||
"images"
|
||||
];
|
||||
ports = {
|
||||
port0 = 3030;
|
||||
port0 = 2342;
|
||||
};
|
||||
interfaces = {
|
||||
interface0 =
|
||||
|
|
|
|||
|
|
@ -37,12 +37,12 @@ in
|
|||
email = "noreply@${domain0}";
|
||||
microvm = {
|
||||
id = "vm-${name}";
|
||||
mac = "02:00:00:00:51:01";
|
||||
mac = "02:00:00:00:78:88";
|
||||
idUser = "vmuser-vault";
|
||||
macUser = "02:00:00:00:00:01";
|
||||
ip = "192.168.50.111";
|
||||
macUser = "02:00:00:00:00:88";
|
||||
ip = "192.168.50.88";
|
||||
gate = "192.168.50.1";
|
||||
ssh = 2201;
|
||||
ssh = 2588;
|
||||
};
|
||||
ssl = {
|
||||
path = ssl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue