From 456bdf05b07147a1e08b7ef12639d2b0d8f1645b Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 17 Jun 2025 18:22:05 +0000 Subject: update jupiter and setup minecraft server --- hosts/jupiter/system.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hosts/jupiter/system.nix') diff --git a/hosts/jupiter/system.nix b/hosts/jupiter/system.nix index faef253..cb59c1b 100644 --- a/hosts/jupiter/system.nix +++ b/hosts/jupiter/system.nix @@ -2,11 +2,10 @@ imports = [ inputs.disko.nixosModules.disko ./disks.nix + ./minecraft.nix inputs.nixos-facter-modules.nixosModules.facter {facter.reportPath = ./facter.json;} - - ../../system/nix.nix ]; systemd.network.wait-online.enable = false; # fix for weird wifi issue -- cgit v1.3.1