mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:26:34 +01:00
Minecraft
This commit is contained in:
parent
601a5b5f32
commit
e82eb6c739
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@
|
|||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
|
||||
#boot.kernelParams = [ "module_blacklist=i915" ];
|
||||
services.minecraft-server = {
|
||||
enable = true;
|
||||
eula = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
prismlauncher
|
||||
|
|
Loading…
Reference in a new issue