Compare commits

..

4 commits

Author SHA1 Message Date
f2ecb28c8d
redis: reduce dbs
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
2024-08-10 17:07:15 -04:00
cac41a9527
hyprland: disable ds 2024-08-10 17:06:54 -04:00
33766e494e
tsuki: init sunshine 2024-08-10 17:06:33 -04:00
aa7a3fa154
pkgs: cargoSha -> cargoHash 2024-08-10 17:06:09 -04:00
7 changed files with 21 additions and 7 deletions

View file

@ -80,6 +80,11 @@
name = "glorious-model-o-wireless";
sensitivity = "-0.5";
};
render = {
explicit_sync = 1;
explicit_sync_kms = 1;
direct_scanout = false;
};
misc = {
disable_hyprland_logo = true;
mouse_move_enables_dpms = true;

View file

@ -8,7 +8,7 @@
openFirewall = true;
port = 6379;
bind = null;
databases = 16;
databases = 1;
logLevel = "debug";
requirePass = "forgejo";
settings = {
@ -20,7 +20,7 @@
openFirewall = true;
port = 6380;
bind = null;
databases = 16;
databases = 1;
logLevel = "debug";
requirePass = "searxng";
settings = {
@ -32,7 +32,7 @@
openFirewall = true;
port = 6381;
bind = null;
databases = 16;
databases = 1;
logLevel = "debug";
requirePass = "blocky";
settings = {
@ -44,7 +44,7 @@
openFirewall = true;
port = 6382;
bind = null;
databases = 16;
databases = 1;
logLevel = "debug";
requirePass = "paperless-ngx";
settings = {

View file

@ -3,5 +3,6 @@
./restic.nix
./atticd.nix
./hydroxide.nix
./sunshine.nix
];
}

View file

@ -0,0 +1,8 @@
_: {
services.sunshine = {
enable = true;
autoStart = false;
openFirewall = true;
capSysAdmin = true;
};
}

View file

@ -17,7 +17,7 @@ rustPlatform.buildRustPackage {
nativeBuildInputs = [pkgs.pkg-config];
buildInputs = [pkgs.openssl];
cargoSha256 = "sha256-j3FtsrxAvPX2UhMjtLXyWsmLEEn/ZQ6R9nH6PSG844c=";
cargoHash = "sha256-j3FtsrxAvPX2UhMjtLXyWsmLEEn/ZQ6R9nH6PSG844c=";
meta = with lib; {
description = "Chatterino Plugin Manager ";

View file

@ -18,7 +18,7 @@ rustPlatform.buildRustPackage {
nativeBuildInputs = [pkgs.pkg-config];
buildInputs = [pkgs.openssl];
cargoSha256 = "sha256-COWFG766DVWXbGm8raVSH1nBpsS5HdTat5BHzv7QR4o=";
cargoHash = "sha256-COWFG766DVWXbGm8raVSH1nBpsS5HdTat5BHzv7QR4o=";
meta = with lib; {
description = "a CLI currency converter, written in rust, for practice";

View file

@ -14,7 +14,7 @@ rustPlatform.buildRustPackage {
sha256 = "sha256-+a1B1Z/N7OsGTVmIBp/JJZYdvTerClHo7y1Bn419dlg=";
};
cargoSha256 = "sha256-A8W7Qz+8cy6sPjLBC5a4Brz+cCyGPeNM1f7oZ6pmfe0=";
cargoHash = "sha256-A8W7Qz+8cy6sPjLBC5a4Brz+cCyGPeNM1f7oZ6pmfe0=";
meta = with lib; {
description = "password generator for rust practice";