diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-08 09:41:41 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-08 09:47:43 -0600 |
| commit | 806f697f17214212197f09a8c6aaf6da307e496f (patch) | |
| tree | 0eb83fd789936e02cec20f00f8b5657ea5a22e11 /hosts/jupiter/nixos.nix | |
| parent | 2e23a64c2bd36607368e8ae20c51a739f22083e8 (diff) | |
merge changes from main
Diffstat (limited to 'hosts/jupiter/nixos.nix')
| -rw-r--r-- | hosts/jupiter/nixos.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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]; |
