diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index f9001977..4e629b28 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -139,6 +139,9 @@ networking.wireguard.interfaces = { }; + # set laptop dpi + services.xserver.dpi = 100; + # Enable the OpenSSH daemon. # services.openssh.enable = true;