aboutsummaryrefslogtreecommitdiff
path: root/hosts/jupiter/system.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-06-18 07:28:37 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-06-18 07:28:37 -0500
commit7470bf8571a6f20ac246fcef3a7b25e44abc53ac (patch)
tree3caa588df6b8effbe057873d2bcef1332842e98f /hosts/jupiter/system.nix
parent0bb90277ddeb01e209d55e6c88aa0e868591bf8f (diff)
smb
Diffstat (limited to 'hosts/jupiter/system.nix')
-rw-r--r--hosts/jupiter/system.nix4
1 files changed, 4 insertions, 0 deletions
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";