From 02d570f13dff5e320776a9af9e4075606c8d0357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Sat, 28 Dec 2024 22:29:17 +0100 Subject: [PATCH] remove redundant option --- hosts/MaxNixosLaptop/configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index a9e3b97..b343d07 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -135,13 +135,6 @@ ]; }; - services.pipewire = { - enable = true; - alsa.enable = true; - jack.enable = true; - pulse.enable = true; - }; - boot.binfmt.emulatedSystems = ["aarch64-linux"]; # This value determines the NixOS release from which the default