Move most Nginx proxies to the individual services

This commit is contained in:
Jimbo 2024-08-26 13:07:59 -04:00
parent f1d2652c53
commit 1f8156e868
16 changed files with 267 additions and 263 deletions

View file

@ -40,5 +40,5 @@
];
services.openssh.ports = [ 2222 ];
networking.hostName = "JimNixServer";
networking.hostName = "JimServer";
}