feat: services for nas all up and running

This commit is contained in:
Nick 2025-12-09 21:01:56 -06:00
parent 92088ed139
commit 8649008c93
9 changed files with 54 additions and 21 deletions

View file

@ -21,7 +21,7 @@ in
"images"
];
ports = {
port0 = 3030;
port0 = 2342;
};
interfaces = {
interface0 =

View file

@ -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;