acme service
This commit is contained in:
@@ -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 ];
|
||||||
|
|||||||
@@ -71,7 +71,7 @@
|
|||||||
port = 8080;
|
port = 8080;
|
||||||
default-nginx = {
|
default-nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostname = "tests.roypository.com";
|
hostname = "test.roypository.com";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user