bye derek
This commit is contained in:
@@ -21,13 +21,13 @@ let
|
||||
wgHomelab = config.my.subnets.wg-homelab;
|
||||
};
|
||||
ports = {
|
||||
giteaSsh = config.my.ports.giteaSsh;
|
||||
ssh = config.my.ports.ssh;
|
||||
inherit (config.my.ports) giteaSsh;
|
||||
inherit (config.my.ports) ssh;
|
||||
web = [
|
||||
80
|
||||
443
|
||||
];
|
||||
wg = config.my.ports.wg;
|
||||
inherit (config.my.ports) wg;
|
||||
syncthing = config.my.ports.syncthingRelay;
|
||||
synapseFederation = config.my.ports.synapseSsl;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user