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, ... }:
let
system = "x86_64-linux"; # change this to your system string
system = "x86_64-linux";
pkgs = import nixpkgs {
inherit system;
overlays = [ nix-minecraft.overlay ];