thelio76: remove sound

This commit is contained in:
Alex 2024-07-19 10:29:13 -04:00
parent 114a7a2b63
commit 47d466c3f4
1 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,7 @@
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@ -77,8 +77,6 @@
# Enable CUPS to print documents.
services.printing.enable = true;
# Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {