linting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user