From 06b75f9d5ecbc8bf0dd7baedf5e22908f988053f Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 5 Oct 2024 20:30:16 -0700 Subject: [PATCH] added opengl to laptop --- hosts/laptop/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index b559028..db0586e 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -10,6 +10,9 @@ "100.64.0.1" = ["files.nickiel.net" "git.nickiel.net" "nickiel.net" "jellyfin.nickiel.net" ]; }; + + hardware.graphics.enable = true; + # tailscale set --exit-node to route through an exit node services.tailscale.enable = true; networking.firewall = {