mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
devices.srv3: add forward
This commit is contained in:
@@ -51,7 +51,15 @@ inputs:
|
||||
web = [ "natsume.nohost.me" ];
|
||||
};
|
||||
};
|
||||
test = { memoryMB = 4 * 1024; cpus = 1; address = 4; owner = "chn"; vnc.openFirewall = false; };
|
||||
test =
|
||||
{
|
||||
memoryMB = 1024;
|
||||
cpus = 1;
|
||||
address = 4;
|
||||
owner = "chn";
|
||||
vnc.openFirewall = false;
|
||||
portForward.web = [ "example.chn.moe" ];
|
||||
};
|
||||
};
|
||||
rsshub = {};
|
||||
misskey.instances =
|
||||
|
||||
Reference in New Issue
Block a user