alejandra: fmt

This commit is contained in:
hand7s 2025-04-27 12:47:02 +03:00
parent 4132420034
commit 510e39c245
No known key found for this signature in database
199 changed files with 1030 additions and 1438 deletions

View file

@ -1,7 +1,4 @@
{
pkgs,
...
}:{
{pkgs, ...}: {
services = {
greetd = {
enable = true;

View file

@ -1,9 +1,7 @@
{
...
}: {
{...}: {
services = {
irqbalance = {
enable = true;
};
};
};
}

View file

@ -1,17 +1,15 @@
{
...
}: {
{...}: {
services = {
libinput = {
enable = true;
enable = true;
mouse = {
accelProfile = "flat";
accelSpeed = "-1.0";
buttonMapping = "1 3 2 4 5 6 7 8 9";
horizontalScrolling = true;
horizontalScrolling = true;
leftHanded = false;
naturalScrolling = true;
};
};
};
}
}

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
services = {
netbird = {
enable = true;

View file

@ -1,10 +1,7 @@
{
config,
...
}: {
{config, ...}: {
services = {
openssh = {
enable = true;
enable = true;
allowSFTP = true;
openFirewall = true;
ports = [
@ -16,7 +13,7 @@
PermitRootLogin = "no";
PasswordAuthentication = false;
};
authorizedKeysFiles = [
config.sops.secrets.sshKey.path
];

View file

@ -1,26 +1,24 @@
{
...
}: {
{...}: {
services = {
pipewire = {
enable = true;
enable = true;
alsa = {
enable = true;
support32Bit = true;
};
audio = {
enable = true;
};
pulse = {
enable = true;
};
jack = {
enable = true;
};
wireplumber = {
enable = true;
};
@ -34,15 +32,15 @@
44100
48000
88200
96000
96000
];
"default.clock.min-quantum" = 512;
"default.clock.quantum" = 4096;
"default.clock.max-quantum" = 8192;
};
};
"93-no-resampling" = {
"context.properties" = {
"default.clock.rate" = 48000;
@ -50,14 +48,14 @@
44100
48000
96000
192000
192000
];
};
};
"94-no-upmixing" = {
"stream.properties" = {
"channelmix.upmix" = false;
"channelmix.upmix" = false;
};
};
};

View file

@ -1,11 +1,8 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
services = {
udev = {
packages = with pkgs; [
qmk-udev-rules
qmk-udev-rules
];
};
};

View file

@ -1,7 +1,4 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
services = {
scx = {
enable = true;

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
services = {
sunshine = {
enable = true;
@ -9,4 +7,4 @@
autoStart = false;
};
};
}
}

View file

@ -1,11 +1,8 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
services = {
usbmuxd = {
enable = true;
package = pkgs.usbmuxd2;
};
};
}
}

View file

@ -1,29 +1,27 @@
{
lib,
pkgs,
...
}: {
services = {
xserver = {
display = lib.mkForce 0;
enable = true;
tty = 7;
excludePackages = with pkgs; [
xterm
];
videoDrivers = [
"amdgpu"
];
xkb = {
layout = "us, ru";
variant = "qwerty";
options = "grp:caps_toggle";
};
};
};
}
{
lib,
pkgs,
...
}: {
services = {
xserver = {
display = lib.mkForce 0;
enable = true;
tty = 7;
excludePackages = with pkgs; [
xterm
];
videoDrivers = [
"amdgpu"
];
xkb = {
layout = "us, ru";
variant = "qwerty";
options = "grp:caps_toggle";
};
};
};
}

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
services = {
yggdrasil = {
enable = true;
@ -9,7 +7,6 @@
PrivateKey = config.sops.secrets.yggKeyPc.path;
Peers = [
# Germany :Erm:
"tcp://s-fra-0.sergeysedoy97.ru:65533"
"tls://s-fra-0.sergeysedoy97.ru:65534"
@ -38,7 +35,6 @@
"tls://kzn1.neonxp.ru:7992"
"ws://kzn1.neonxp.ru:7993"
"quic://kzn1.neonxp.ru:7994"
];
Listen = [

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
services = {
zapret = {
enable = true;
@ -10,18 +8,18 @@
"--wssize 1:6"
"--filter-tcp=80"
"--dpi-desync=multisplit"
"--dpi-desync-split-pos=10"
"--dpi-desync=multisplit"
"--dpi-desync-split-pos=10"
"--dpi-desync-repeats=6"
"--new"
"--filter-tcp=443"
"--dpi-desync=multidisorder"
"--dpi-desync-split-pos=1,midsld"
"--dpi-desync-split-pos=1,midsld"
"--new"
"--filter-tcp=443"
"--dpi-desync=syndata"
"--filter-tcp=443"
"--dpi-desync=syndata"
"--dpi-desync-fake-syndata=0x00000000"
"--dpi-desync-ttl=10"
"--new"
@ -31,13 +29,13 @@
"--dpi-desync-repeats=6"
"--dpi-desync-fake-quic=0x00000000"
"--new"
"--filter-udp=443"
"--dpi-desync=fake,udplen"
"--dpi-desync-udplen-increment=5"
"--dpi-desync-fake-tls=0x00000000"
"--dpi-desync-cutoff=n3"
"--dpi-desync-repeats=2"
"--dpi-desync-cutoff=n3"
"--dpi-desync-repeats=2"
"--new"
"--filter-tcp=443"
@ -83,7 +81,7 @@
"--dpi-desync-fooling=md5sig"
"--new"
];
whitelist = [
"googlevideo.com"
"youtu.be"

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
services = {
zerotierone = {
enable = true;