summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--machines/zenbook/configuration.nix4
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.