From 5757681ce0c42433b36c91cb73b443e818a46303 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 2 Oct 2024 21:55:36 -0600 Subject: [PATCH] [NixOS] railbird-sf is only an agent --- nixos/machines/railbird-sf.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nixos/machines/railbird-sf.nix b/nixos/machines/railbird-sf.nix index 252e3d7e..e523d30e 100644 --- a/nixos/machines/railbird-sf.nix +++ b/nixos/machines/railbird-sf.nix @@ -14,11 +14,7 @@ boot.loader.systemd-boot.enable = true; modules.postgres.enable = true; - # Enable OpenGL - hardware.opengl = { - enable = true; - driSupport32Bit = true; - }; + services.k3s.role = "agent"; hardware.nvidia = { powerManagement.enable = false;