linting
This commit is contained in:
parent
b44b79740b
commit
15eea176c6
@ -1,4 +1,8 @@
|
|||||||
{ pkgs, ... }:
|
{
|
||||||
|
inputs,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
@ -133,6 +137,7 @@
|
|||||||
];
|
];
|
||||||
services = {
|
services = {
|
||||||
flatpak.enable = true;
|
flatpak.enable = true;
|
||||||
|
open-webui.enable = true;
|
||||||
scx = {
|
scx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
scheduler = "scx_lavd";
|
scheduler = "scx_lavd";
|
||||||
@ -149,7 +154,6 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
acceleration = "cuda";
|
acceleration = "cuda";
|
||||||
};
|
};
|
||||||
open-webui.enable = true;
|
|
||||||
resilio = {
|
resilio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
useUpnp = true;
|
useUpnp = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user