From 7470bf8571a6f20ac246fcef3a7b25e44abc53ac Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Wed, 18 Jun 2025 07:28:37 -0500 Subject: smb --- hosts/jupiter/system.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/jupiter/system.nix') diff --git a/hosts/jupiter/system.nix b/hosts/jupiter/system.nix index cb59c1b..b2d8d20 100644 --- a/hosts/jupiter/system.nix +++ b/hosts/jupiter/system.nix @@ -2,12 +2,16 @@ imports = [ inputs.disko.nixosModules.disko ./disks.nix + ./minecraft.nix + ./samba.nix inputs.nixos-facter-modules.nixosModules.facter {facter.reportPath = ./facter.json;} ]; + time.timeZone = "America/Chicago"; + systemd.network.wait-online.enable = false; # fix for weird wifi issue system.stateVersion = "25.05"; -- cgit v1.3.1