mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
chore: update to 22.05
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
};
|
||||
initrd = {
|
||||
availableKernelModules = ["virtio_pci" "usbhid"];
|
||||
kernelModules = ["bochs_drm"];
|
||||
};
|
||||
kernelModules = [
|
||||
"console=ttyS0"
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
sound.enable = true;
|
||||
|
||||
hardware.pulseaudio = {
|
||||
package = pkgs.pulseaudioFull;
|
||||
enable = true;
|
||||
systemWide = true;
|
||||
tcp = {
|
||||
|
||||
Reference in New Issue
Block a user