mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Revert "Refactor NixOS Minecraft configuration to use overlays for improved module management"
This reverts commit 397bb2d6ce.
This commit is contained in:
parent
397bb2d6ce
commit
a9a857b460
1 changed files with 2 additions and 4 deletions
|
|
@ -70,14 +70,12 @@
|
||||||
modules = [./nix-system-configs/modules/system/mail-server.nix];
|
modules = [./nix-system-configs/modules/system/mail-server.nix];
|
||||||
};
|
};
|
||||||
|
|
||||||
"nixos-minecraft" = (import inputs.nixpkgs {
|
"nixos-minecraft" = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
|
||||||
overlays = [ inputs.nix-minecraft.overlay ];
|
|
||||||
}).lib.nixosSystem {
|
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
./nix-system-configs/modules/system/minecraft.nix
|
./nix-system-configs/modules/system/minecraft.nix
|
||||||
nix-minecraft.nixosModules.minecraft-servers
|
nix-minecraft.nixosModules.minecraft-servers
|
||||||
|
{nixpkgs.overlays = [inputs.nix-minecraft.overlay];}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue