Added hetzner server configs
CI / Formatting check (x86_64-linux) (push) Has been cancelled
CI / Flake check (aarch64-linux) (push) Has been cancelled
CI / Flake check (x86_64-linux) (push) Has been cancelled
CI / Formatting check (aarch64-linux) (push) Has been cancelled

This commit is contained in:
2026-07-11 20:28:51 +02:00
parent 0457d618e1
commit c5f771bd53
51 changed files with 1800 additions and 309 deletions
+5 -9
View File
@@ -2,13 +2,10 @@
pkgs,
lib,
...
}:
let
configFile = "mpv/mpv.conf";
}: let
configFile = "mpv/mpv.conf";
mpvInputFile = "mpv/input.conf";
in
{
in {
users.users.someone.packages = with pkgs; [
mpv
mpvScripts.mpris
@@ -16,12 +13,11 @@ in
xdg.configFile."${configFile}".text =
lib.generators.toKeyValue {
mkKeyValue = k: v:
"${lib.escapeShellArg k}=${lib.escapeShellArg v}";
mkKeyValue = k: v: "${lib.escapeShellArg k}=${lib.escapeShellArg v}";
listsAsDuplicateKeys = true;
} {
profile = "gpu-hq";
volume = "100";
volume = "100";
};
xdg.configFile."${mpvInputFile}".text = ''
+1 -1
View File
@@ -18,7 +18,7 @@ in {
{
"type" = "ladspa";
"name" = "rnnoise";
"plugin" = "librnnoise_ladspa";
"plugin" = "librnnoise_ladspa";
"label" = "noise_suppressor_stereo";
"control" = {"VAD Threshold (%)" = 50.0;};
}