Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nixos): improvements for kong #316

Merged
merged 1 commit into from
Jan 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions configurations/nixos/kong/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,7 @@ in
};

kernelModules = [ "fuse" ];
# Pin Kernel to 6.11
# See https://github.com/NixOS/nixpkgs/issues/357643
kernelPackages = pkgs.linuxKernel.packages.linux_6_11;
};

hardware = {
enableRedistributableFirmware = true;
graphics.enable = true;
nvidia = {
open = false;
modesetting.enable = true;
nvidiaSettings = false;
};
kernelPackages = pkgs.linuxPackages_latest;
};

services = {
Expand Down
2 changes: 1 addition & 1 deletion configurations/nixos/kong/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
config.flake.nixosModules.homeManagerIntegration

inputs.nixpkgs.nixosModules.notDetected
inputs.nixos-hardware.nixosModules.dell-xps-15-9560-nvidia
inputs.nixos-hardware.nixosModules.dell-xps-15-9560
inputs.nixos-hardware.nixosModules.common-pc-laptop
inputs.nixos-hardware.nixosModules.common-pc-ssd
inputs.nix-index-database.nixosModules.nix-index
Expand Down
Loading