From 806f697f17214212197f09a8c6aaf6da307e496f Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Thu, 8 Jan 2026 09:41:41 -0600 Subject: merge changes from main --- hosts/jupiter/config.nix | 1 + hosts/jupiter/hjem.nix | 6 +----- hosts/jupiter/nixos.nix | 2 ++ 3 files changed, 4 insertions(+), 5 deletions(-) (limited to 'hosts') diff --git a/hosts/jupiter/config.nix b/hosts/jupiter/config.nix index 17cf67b..a0c1583 100644 --- a/hosts/jupiter/config.nix +++ b/hosts/jupiter/config.nix @@ -44,6 +44,7 @@ }; boot = { + timeout = 5; systemd-boot.enable = true; plymouth.enable = true; }; diff --git a/hosts/jupiter/hjem.nix b/hosts/jupiter/hjem.nix index 3c85521..3ab44d4 100644 --- a/hosts/jupiter/hjem.nix +++ b/hosts/jupiter/hjem.nix @@ -1,15 +1,11 @@ {pkgs, ...}: { packages = with pkgs; [ - orca-slicer - bambu-studio - - freecad-wayland gimp qbittorrent bottles vital musescore - helvum + qpwgraph ]; } diff --git a/hosts/jupiter/nixos.nix b/hosts/jupiter/nixos.nix index 5afeefe..e39328a 100644 --- a/hosts/jupiter/nixos.nix +++ b/hosts/jupiter/nixos.nix @@ -8,6 +8,8 @@ inputs.nixos-facter-modules.nixosModules.facter ]; + boot.blacklistedKernelModules = ["snd_seq_dummy"]; + systemd.network.wait-online.enable = false; # fix for weird wifi issue fonts.packages = [pkgs.nerd-fonts.iosevka]; -- cgit v1.3.1