acme service

This commit is contained in:
2025-06-21 22:27:41 -05:00
parent e8cf6c1fab
commit 47bb0328c0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
nixosModules.mc-service = { config, lib, pkgs, ... }: nixosModules.mc-service = { config, lib, pkgs, ... }:
let let
system = "x86_64-linux"; # change this to your system string system = "x86_64-linux";
pkgs = import nixpkgs { pkgs = import nixpkgs {
inherit system; inherit system;
overlays = [ nix-minecraft.overlay ]; overlays = [ nix-minecraft.overlay ];
+1 -1
View File
@@ -71,7 +71,7 @@
port = 8080; port = 8080;
default-nginx = { default-nginx = {
enable = true; enable = true;
hostname = "tests.roypository.com"; hostname = "test.roypository.com";
}; };
}; };