This commit is contained in:
2026-02-26 23:16:15 +01:00
parent cada564363
commit b2458e391c
4 changed files with 342 additions and 303 deletions
+316 -303
View File
File diff suppressed because it is too large Load Diff
+13
View File
@@ -3388,6 +3388,18 @@ Nothing specific for the laptop.
./hardware-configuration.nix
../../configuration
];
hardware.enableAllFirmware = true;
services.pipewire = {
enable = true;
alsa.enable = true;
pulse.enable = true;
wireplumber.enable = true;
};
sound.enable = true;
hardware.pulseaudio.enable = false;
}
#+end_src
@@ -3432,6 +3444,7 @@ This is the most different. Mostly taken from hardware-configuration.nix setup a
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}
#+end_src
@@ -4,4 +4,16 @@
./hardware-configuration.nix
../../configuration
];
hardware.enableAllFirmware = true;
services.pipewire = {
enable = true;
alsa.enable = true;
pulse.enable = true;
wireplumber.enable = true;
};
sound.enable = true;
hardware.pulseaudio.enable = false;
}
@@ -35,4 +35,5 @@ swapDevices =
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}