summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/microwave/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/microwave/configuration.nix b/hosts/microwave/configuration.nix
index e3a629c..70ccc9c 100644
--- a/hosts/microwave/configuration.nix
+++ b/hosts/microwave/configuration.nix
@@ -5,6 +5,8 @@
{ config, pkgs, ... }:
{
+ # services.xserver.videoDrivers = [ "displaylink" "modesetting" ];
+
# SWAP
zramSwap = {
enable = true;