Compare commits
4 commits
53cd440152
...
f2ecb28c8d
Author | SHA1 | Date | |
---|---|---|---|
f2ecb28c8d | |||
cac41a9527 | |||
33766e494e | |||
aa7a3fa154 |
7 changed files with 21 additions and 7 deletions
|
@ -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;
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -3,5 +3,6 @@
|
|||
./restic.nix
|
||||
./atticd.nix
|
||||
./hydroxide.nix
|
||||
./sunshine.nix
|
||||
];
|
||||
}
|
||||
|
|
8
hosts/tsuki/services/sunshine.nix
Normal file
8
hosts/tsuki/services/sunshine.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
_: {
|
||||
services.sunshine = {
|
||||
enable = true;
|
||||
autoStart = false;
|
||||
openFirewall = true;
|
||||
capSysAdmin = true;
|
||||
};
|
||||
}
|
|
@ -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 ";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue