diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-10-10 14:27:41 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-10-10 14:27:41 -0600 |
| commit | 01cf05bfe6afa8d1142a9580cb68b7ad611f998d (patch) | |
| tree | 2006aa991223b7a89b4520cb62bef58522d13e2f /machines/zenbook | |
| parent | 3dca0e4f3a6f0b24a102db67b2c98ba6b886e11c (diff) | |
trying to fix dpi issues on zenbook
Diffstat (limited to 'machines/zenbook')
| -rw-r--r-- | machines/zenbook/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index 77e7fe6..db16c3c 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -19,6 +19,10 @@ environment.shellInit = ''export NIXPATH="/nix/var/nix/profiles/per-user/$USER/channels:nixos-config=/etc/nixos/machines/zenbook/configuration.nix"''; + services.xserver.displayManager.sddm.settings = { + ServerArguments = { "-nolisten tcp -dpi 170"}; + } + networking = { firewall = { # Open ports in the firewall. |
