Catch all the stuff I missed in the server services to get them to build

This commit is contained in:
Jimbo 2024-10-15 17:46:44 -04:00
parent 25a3a7e237
commit a5f06865de
44 changed files with 212 additions and 197 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, outputs, ... }:
{ pkgs, config, ... }:
let
common = import ../common.nix { inherit pkgs; };
common = import ../../common { inherit pkgs; };
in {
services = {
minecraft-servers.servers.johnside = {
@ -43,7 +43,7 @@ in {
};
# BlueMap webhost
nginx.virtualHosts."john.${outputs.secrets.jimDomain}" = {
nginx.virtualHosts."john.${config.secrets.jimDomain}" = {
enableACME = true;
forceSSL = true;
locations."/" = {