Compare commits
No commits in common. "f2ecb28c8d315c2111ace3584569ed333532cc5d" and "53cd4401529b67db69b29590e35d82aaa8c58a07" have entirely different histories.
f2ecb28c8d
...
53cd440152
7 changed files with 7 additions and 21 deletions
|
@ -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;
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -3,6 +3,5 @@
|
|||
./restic.nix
|
||||
./atticd.nix
|
||||
./hydroxide.nix
|
||||
./sunshine.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
_: {
|
||||
services.sunshine = {
|
||||
enable = true;
|
||||
autoStart = false;
|
||||
openFirewall = true;
|
||||
capSysAdmin = true;
|
||||
};
|
||||
}
|
|
@ -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 ";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue