feat: glance test

This commit is contained in:
Nick 2025-07-03 20:56:06 -05:00
parent 10fa322a83
commit 76aa17f2fb
3 changed files with 16 additions and 7 deletions

View file

@ -16,10 +16,6 @@ in
service.ports.port0
service.ports.port1
];
interfaces.wg0.allowedTCPPorts = [
searx.ports.port0
glance.ports.port0
];
};
nat = {

View file

@ -8,7 +8,10 @@ in
{
networking = {
hosts = {
${ceres.wireguard.ip0} = [ instances.searx.domains.url0 ];
${ceres.wireguard.ip0} = [
instances.searx.domains.url0
instances.glance.domains.url0
];
};
wireguard.interfaces = {
wg0 = {