forked from nico/dots
minecraft: only enable the proxy by default
This commit is contained in:
parent
119e6c1799
commit
ad7b295c19
2 changed files with 1 additions and 3 deletions
|
|
@ -69,7 +69,7 @@
|
||||||
|
|
||||||
nix-minecraft.nixosModules.minecraft-servers
|
nix-minecraft.nixosModules.minecraft-servers
|
||||||
{ nixpkgs.overlays = [ inputs.nix-minecraft.overlay ]; }
|
{ nixpkgs.overlays = [ inputs.nix-minecraft.overlay ]; }
|
||||||
./modules/games/server/minecraft/velocity.nix
|
./modules/games/server/minecraft/default.nix
|
||||||
./modules/games/server/minecraft/forge-impure.nix
|
./modules/games/server/minecraft/forge-impure.nix
|
||||||
|
|
||||||
./modules/users/nico.nix
|
./modules/users/nico.nix
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./velocity.nix
|
./velocity.nix
|
||||||
./fabric-modless.nix
|
|
||||||
./building.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services.minecraft-servers = {
|
services.minecraft-servers = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue