From 65bdf1124dfbc609cf1dcaa4b043bf04ae3d18d5 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Tue, 28 Oct 2025 10:48:22 -0500 Subject: [PATCH] fix nas --- systems/x86_64-linux/jallen-nas/default.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/systems/x86_64-linux/jallen-nas/default.nix b/systems/x86_64-linux/jallen-nas/default.nix index f32db4d..e55705b 100755 --- a/systems/x86_64-linux/jallen-nas/default.nix +++ b/systems/x86_64-linux/jallen-nas/default.nix @@ -1,7 +1,3 @@ -# Edit this configuration file to define what should be installed on -# your system. Help is available in the configuration.nix(5) man page, on -# https://search.nixos.org/options and in the NixOS manual (`nixos-help`). - { config, lib, @@ -277,7 +273,7 @@ in packagekit pass protonmail-bridge - protonvpn-cli + protonvpn-gui qrencode rcon sbctl @@ -290,9 +286,5 @@ in # Configure programs programs = { virt-manager.enable = true; - coolercontrol = { - enable = true; - nvidiaSupport = false; - }; }; }