This commit is contained in:
♥ Minnie ♥ 2024-07-26 09:17:23 +08:00
parent 6fd81e3a16
commit 9b662fc780
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -15,6 +15,7 @@
./hardware-configuration.nix
];
/* Boot configuration */
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = [
@ -25,6 +26,7 @@
initrd.kernelModules = [ "amdgpu" ];
};
/* Hardware configuration */
hardware = {
bluetooth = {
enable = true;
@ -47,6 +49,7 @@
};
};
/* Networking configuration */
networking = {
hostName = "fuchsia";
networkmanager.enable = true;