mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -05:00
fix: misc breakage from updates
This commit is contained in:
parent
b9590a22e3
commit
de3349bb4d
5 changed files with 6 additions and 7 deletions
|
|
@ -40,7 +40,7 @@
|
||||||
element-desktop
|
element-desktop
|
||||||
vesktop
|
vesktop
|
||||||
gh
|
gh
|
||||||
nixfmt-rfc-style
|
nixfmt
|
||||||
tidal-hifi
|
tidal-hifi
|
||||||
hyperfine
|
hyperfine
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recommendedZstdSettings = true;
|
experimentalZstdSettings = true;
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ in
|
||||||
services.searx = {
|
services.searx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.searxng;
|
package = pkgs.searxng;
|
||||||
runInUwsgi = true;
|
configureUwsgi = true;
|
||||||
uwsgiConfig = {
|
uwsgiConfig = {
|
||||||
http = link.tuple;
|
http = link.tuple;
|
||||||
disable-logging = true;
|
disable-logging = true;
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
{ pkgs, lib }:
|
{ pkgs }:
|
||||||
{
|
{
|
||||||
services.libinput.mouse.accelProfile = "flat";
|
services.libinput.mouse.accelProfile = "flat";
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
tty = lib.mkDefault 1;
|
|
||||||
exportConfiguration = true;
|
exportConfiguration = true;
|
||||||
xkb.layout = "us";
|
xkb.layout = "us";
|
||||||
xautolock.enable = false;
|
xautolock.enable = false;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
writeShellApplication,
|
writeShellApplication,
|
||||||
nixfmt-rfc-style,
|
nixfmt,
|
||||||
deadnix,
|
deadnix,
|
||||||
statix,
|
statix,
|
||||||
fd,
|
fd,
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
writeShellApplication {
|
writeShellApplication {
|
||||||
name = "lint";
|
name = "lint";
|
||||||
runtimeInputs = [
|
runtimeInputs = [
|
||||||
nixfmt-rfc-style
|
nixfmt
|
||||||
deadnix
|
deadnix
|
||||||
statix
|
statix
|
||||||
fd
|
fd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue