Initiate migration to Nix-Minecraft
This commit is contained in:
parent
fb92557bc3
commit
95e5895cae
3 changed files with 94 additions and 5 deletions
|
@ -12,6 +12,7 @@
|
|||
imports = [
|
||||
./networking.nix
|
||||
./gpg.nix
|
||||
inputs.nix-minecraft.nixosModules.minecraft-servers
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
@ -21,6 +22,7 @@
|
|||
outputs.overlays.additions
|
||||
outputs.overlays.modifications
|
||||
outputs.overlays.unstable-packages
|
||||
inputs.nix-minecraft.overlay
|
||||
];
|
||||
|
||||
# Configure your nixpkgs instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue