diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-12-05 11:53:58 +0000 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-12-05 11:53:58 +0000 |
| commit | 42cff06ed263aca59ca6a24805e6a9c43bc04344 (patch) | |
| tree | 0e158d8255090418a7500773b03b2013e426883e /machines/zenbook | |
| parent | 9d962341ae3feaceb95ae03e7eaaeffe98708a6a (diff) | |
nixos 24.11 release, necessary changes
Diffstat (limited to 'machines/zenbook')
| -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; |
