diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-04 18:52:55 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-04 18:52:55 -0700 |
| commit | a78bcca470563ada5cba4858f993b134ca508727 (patch) | |
| tree | 5a5d167f75654c6d4a2ef5140b2ef8640bd9b1ae /machines/zenbook | |
| parent | 20e7cce921c7beb29186c19caeb7bf0458c8002f (diff) | |
option changed formats, argument no longer valid
Diffstat (limited to 'machines/zenbook')
| -rw-r--r-- | machines/zenbook/configuration.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index 51498e9..d1e57c9 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -25,9 +25,9 @@ services.xserver.displayManager.sddm = { enableHidpi = true; - settings = { - serverArguments = "-nolisten tcp -dpi 170"; - }; + # settings = { + # serverArguments = "-nolisten tcp -dpi 170"; + # }; }; networking = { |
