minecraft

This commit is contained in:
Vivian 2022-05-05 15:16:37 +02:00
parent aec776d1cb
commit 617b854263
4 changed files with 95 additions and 15 deletions

View file

@ -37,7 +37,7 @@
};
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [ (import ../pkgs) ];
nixpkgs.overlays = [ (import ../pkgs) inputs.minecraft-servers.overlay ];
# Limit the systemd journal to 100 MB of disk or the
# last 7 days of logs, whichever happens first.