]> git.dujemihanovic.xyz Git - nixos-configuration.git/blobdiff - configs/laptop.nix
Fix errors in laptop config
[nixos-configuration.git] / configs / laptop.nix
index e6c8903587bcaa1ed727c69bc8cc32c41c1792e6..89664bc92685496d06aa2fd9f4543d538200cfac 100644 (file)
@@ -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;
   };