From 15eea176c61d8d29126381ba5a66bf4fd42ff64f Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Fri, 11 Apr 2025 13:22:34 -0600 Subject: [PATCH] linting --- hosts/workstation/configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index 9d88da4..8ea7d0c 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -1,4 +1,8 @@ -{ pkgs, ... }: +{ + inputs, + pkgs, + ... +}: { imports = [ ./hardware-configuration.nix @@ -133,6 +137,7 @@ ]; services = { flatpak.enable = true; + open-webui.enable = true; scx = { enable = true; scheduler = "scx_lavd"; @@ -149,7 +154,6 @@ enable = true; acceleration = "cuda"; }; - open-webui.enable = true; resilio = { enable = true; useUpnp = true;