minecraft

This commit is contained in:
Vivian 2022-05-05 15:16:37 +02:00
parent 64fce34d5a
commit e801865bf8
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.