From: Duje Mihanović Date: Fri, 22 Sep 2023 20:42:43 +0000 (+0200) Subject: Fix errors in laptop config X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20.RelPermalink%20%7D%7D?a=commitdiff_plain;h=HEAD;p=nixos-configuration.git Fix errors in laptop config --- diff --git a/configs/laptop.nix b/configs/laptop.nix index e6c8903..89664bc 100644 --- a/configs/laptop.nix +++ b/configs/laptop.nix @@ -2,7 +2,6 @@ { networking.networkmanager.enable = true; - networking.wireless.enable = true; time.timeZone = "Europe/Zagreb"; @@ -38,7 +37,7 @@ enable = true; audio.enable = true; alsa.enable = true; - alsa.enable32Bit = true; + alsa.support32Bit = true; pulse.enable = true; };