Alphabetize unfree config

This commit is contained in:
Eli Ribble 2025-04-13 18:13:51 +00:00
parent 01808ecf84
commit a27113613a
1 changed files with 7 additions and 7 deletions

View File

@ -11,6 +11,13 @@
<home-manager/nixos>
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
"steam-original"
"steam-run"
"xow_dongle-firmware"
];
boot.extraModprobeConfig = '' options bluetooth disable_ertm=1 '';
boot.kernelPackages = pkgs.linuxPackages; # (this is the default) some amdgpu issues on 6.10
# Use the systemd-boot EFI boot loader.
@ -153,13 +160,6 @@
# Enable the OpenSSH daemon.
services.openssh.enable = true;
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
"steam-original"
"steam-run"
"xow_dongle-firmware"
];
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];