i can't remember what caused this...
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
services.microbin.enable = true;
|
||||
services.microbin.hostname = "bin.sealight.xyz";
|
||||
services.microbin.port = 4949;
|
||||
services.microbin.settings.PUBLIC_PATH = "bin.sealight.xyz";
|
||||
services.microbin.settings.MICROBIN_PORT = 4949;
|
||||
networking.firewall.allowedTCPPorts = [ 4949 ];
|
||||
services.nginx.virtualHosts."bin.sealight.xyz" = {
|
||||
enableACME = true;
|
||||
|
||||
Reference in New Issue
Block a user