diff options
Diffstat (limited to 'machines/zenbook/configuration.nix')
| -rw-r--r-- | machines/zenbook/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index 25ea805..8829caf 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -42,7 +42,7 @@ # wayland.enable = true; settings = { # Wayland.EnableHiDPI = "true"; - X11.ServerArguments = "-nolisten tcp -dpi 170"; + # X11.ServerArguments = "-nolisten tcp -dpi 170"; }; }; networking = { @@ -80,7 +80,7 @@ # Enable sound. - sound.enable = true; + # sound.enable = true; # hardware.pulseaudio.enable = true; |
