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