diff options
Diffstat (limited to 'hosts/laurel/configuration.nix')
-rw-r--r-- | hosts/laurel/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/laurel/configuration.nix b/hosts/laurel/configuration.nix index 61d8ed1..8ff1fe5 100644 --- a/hosts/laurel/configuration.nix +++ b/hosts/laurel/configuration.nix | |||
@@ -33,7 +33,7 @@ | |||
33 | }; | 33 | }; |
34 | 34 | ||
35 | # Enable sound. | 35 | # Enable sound. |
36 | sound.enable = true; | 36 | # sound.enable = true; |
37 | hardware.pulseaudio.enable = true; | 37 | hardware.pulseaudio.enable = true; |
38 | hardware.opengl = { | 38 | hardware.opengl = { |
39 | enable = true; | 39 | enable = true; |
@@ -155,7 +155,7 @@ | |||
155 | }; | 155 | }; |
156 | }; | 156 | }; |
157 | services.mautrix-whatsapp = { | 157 | services.mautrix-whatsapp = { |
158 | enable = true; | 158 | enable = false; |
159 | settings = { | 159 | settings = { |
160 | homeserver = { | 160 | homeserver = { |
161 | address = "http://localhost:6197"; | 161 | address = "http://localhost:6197"; |