diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-06-17 18:22:05 +0000 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-06-17 18:22:05 +0000 |
| commit | 456bdf05b07147a1e08b7ef12639d2b0d8f1645b (patch) | |
| tree | a51b76314856f63f4a9886109a26f80d216bf1f5 /hosts/jupiter/system.nix | |
| parent | 56d351548c3ef1e5ceff7ec725ff2272cc386201 (diff) | |
update jupiter and setup minecraft server
Diffstat (limited to 'hosts/jupiter/system.nix')
| -rw-r--r-- | hosts/jupiter/system.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
