projects
/
nixos-configuration.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60e5d40
)
Fix errors in laptop config
master
author
Duje Mihanović
<duje.mihanovic@skole.hr>
Fri, 22 Sep 2023 20:42:43 +0000
(22:42 +0200)
committer
Duje Mihanović
<duje.mihanovic@skole.hr>
Fri, 22 Sep 2023 20:42:43 +0000
(22:42 +0200)
configs/laptop.nix
patch
|
blob
|
history
diff --git
a/configs/laptop.nix
b/configs/laptop.nix
index e6c8903587bcaa1ed727c69bc8cc32c41c1792e6..89664bc92685496d06aa2fd9f4543d538200cfac 100644
(file)
--- 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.
enable
32Bit = true;
+ alsa.
support
32Bit = true;
pulse.enable = true;
};