Compare commits

..

No commits in common. "f2ecb28c8d315c2111ace3584569ed333532cc5d" and "53cd4401529b67db69b29590e35d82aaa8c58a07" have entirely different histories.

7 changed files with 7 additions and 21 deletions

View file

@ -80,11 +80,6 @@
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 = 1;
databases = 16;
logLevel = "debug";
requirePass = "forgejo";
settings = {
@ -20,7 +20,7 @@
openFirewall = true;
port = 6380;
bind = null;
databases = 1;
databases = 16;
logLevel = "debug";
requirePass = "searxng";
settings = {
@ -32,7 +32,7 @@
openFirewall = true;
port = 6381;
bind = null;
databases = 1;
databases = 16;
logLevel = "debug";
requirePass = "blocky";
settings = {
@ -44,7 +44,7 @@
openFirewall = true;
port = 6382;
bind = null;
databases = 1;
databases = 16;
logLevel = "debug";
requirePass = "paperless-ngx";
settings = {

View file

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

View file

@ -1,8 +0,0 @@
_: {
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];
cargoHash = "sha256-j3FtsrxAvPX2UhMjtLXyWsmLEEn/ZQ6R9nH6PSG844c=";
cargoSha256 = "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];
cargoHash = "sha256-COWFG766DVWXbGm8raVSH1nBpsS5HdTat5BHzv7QR4o=";
cargoSha256 = "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=";
};
cargoHash = "sha256-A8W7Qz+8cy6sPjLBC5a4Brz+cCyGPeNM1f7oZ6pmfe0=";
cargoSha256 = "sha256-A8W7Qz+8cy6sPjLBC5a4Brz+cCyGPeNM1f7oZ6pmfe0=";
meta = with lib; {
description = "password generator for rust practice";